GNU Octave  4.2.1
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
qagpe.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine qagpe (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 qagpe ( external  f,
real  a,
real  b,
integer  npts2,
real, dimension(npts2)  points,
real  epsabs,
real  epsrel,
integer  limit,
real  result,
real  abserr,
integer  neval,
integer  ier,
real, dimension(limit)  alist,
real, dimension(limit)  blist,
real, dimension(limit)  rlist,
real, dimension(limit)  elist,
real, dimension(npts2)  pts,
integer, dimension(limit)  iord,
integer, dimension(limit)  level,
integer, dimension(npts2)  ndin,
integer  last 
)

Definition at line 1 of file qagpe.f.

References abs(), dimension(), false, qelg(), qk21(), qpsrt(), to, and c_file_ptr_buf::uflow().

Referenced by qagp().