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) |
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().