Go to the source code of this file.
Functions/Subroutines | |
subroutine | dqagp (f, a, b, npts2, points, epsabs, epsrel, result, abserr, neval, ier, leniw, lenw, last, iwork, work) |
subroutine dqagp | ( | external | f, |
double precision | a, | ||
double precision | b, | ||
integer | npts2, | ||
double precision, dimension(npts2) | points, | ||
double precision | epsabs, | ||
double precision | epsrel, | ||
double precision | result, | ||
double precision | abserr, | ||
integer | neval, | ||
integer | ier, | ||
integer | leniw, | ||
integer | lenw, | ||
integer | last, | ||
integer, dimension(leniw) | iwork, | ||
double precision, dimension(lenw) | work | ||
) |
Definition at line 1 of file dqagp.f.
References dqagpe(), and xerror().
Referenced by DefQuad::do_integrate().