GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions/Subroutines
dqagp.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dqagp (F, A, B, NPTS2, POINTS, EPSABS, EPSREL, RESULT, ABSERR, NEVAL, IER, LENIW, LENW, LAST, IWORK, WORK)
 

Function/Subroutine Documentation

subroutine dqagp ( external  F,
double precision  A,
double precision  B,
integer  NPTS2,
double precision, dimension(npts2)  POINTS,
double precision  EPSABS,
double precision  EPSREL,
double precision  RESULT,
double precision  ABSERR,
integer  NEVAL,
integer  IER,
integer  LENIW,
integer  LENW,
integer  LAST,
integer, dimension(leniw)  IWORK,
double precision, dimension(lenw)  WORK 
)

Definition at line 1 of file dqagp.f.

References workspace_element::dimension(), dqagpe(), and xerror().

Referenced by DefQuad::do_integrate().