Go to the source code of this file.
Functions/Subroutines | |
subroutine | dqagi (F, BOUND, INF, EPSABS, EPSREL, RESULT, ABSERR, NEVAL, IER, LIMIT, LENW, LAST, IWORK, WORK) |
subroutine dqagi | ( | external | F, |
double precision | BOUND, | ||
integer | INF, | ||
double precision | EPSABS, | ||
double precision | EPSREL, | ||
double precision | RESULT, | ||
double precision | ABSERR, | ||
integer | NEVAL, | ||
integer | IER, | ||
integer | LIMIT, | ||
integer | LENW, | ||
integer | LAST, | ||
integer, dimension(limit) | IWORK, | ||
double precision, dimension(lenw) | WORK | ||
) |
Definition at line 1 of file dqagi.f.
References dqagie(), and xerror().
Referenced by IndefQuad::do_integrate().