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
dqagpe.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dqagpe (F, A, B, NPTS2, POINTS, EPSABS, EPSREL, LIMIT, RESULT, ABSERR, NEVAL, IER, ALIST, BLIST, RLIST, ELIST, PTS, IORD, LEVEL, NDIN, LAST)
 

Function/Subroutine Documentation

subroutine dqagpe ( external  F,
double precision  A,
double precision  B,
integer  NPTS2,
double precision, dimension(npts2)  POINTS,
double precision  EPSABS,
double precision  EPSREL,
integer  LIMIT,
double precision  RESULT,
double precision  ABSERR,
integer  NEVAL,
integer  IER,
double precision, dimension(limit)  ALIST,
double precision, dimension(limit)  BLIST,
double precision, dimension(limit)  RLIST,
double precision, dimension(limit)  ELIST,
double precision, dimension(npts2)  PTS,
integer, dimension(limit)  IORD,
integer, dimension(limit)  LEVEL,
integer, dimension(npts2)  NDIN,
integer  LAST 
)

Definition at line 1 of file dqagpe.f.

References workspace_element::dimension(), dqelg(), dqk21(), dqpsrt(), and c_file_ptr_buf::uflow().

Referenced by dqagp().