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

Go to the source code of this file.

Functions/Subroutines

subroutine qagp (f, a, b, npts2, points, epsabs, epsrel, result, abserr, neval, ier, leniw, lenw, last, iwork, work)
 

Function/Subroutine Documentation

subroutine qagp ( external  f,
real  a,
real  b,
integer  npts2,
real, dimension(npts2)  points,
real  epsabs,
real  epsrel,
real  result,
real  abserr,
integer  neval,
integer  ier,
integer  leniw,
integer  lenw,
  last,
integer, dimension(leniw)  iwork,
real, dimension(lenw)  work 
)

Definition at line 1 of file qagp.f.

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

Referenced by FloatDefQuad::do_integrate().