GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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

◆ qagp()

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 qagpe(), and xerror().

Referenced by FloatDefQuad::do_integrate().