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