GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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 3 of file qagp.f.

References dimension(), and qagpe().

Referenced by FloatDefQuad::do_integrate().