Go to the source code of this file.
|
subroutine | dqagp (F, A, B, NPTS2, POINTS, EPSABS, EPSREL, RESULT, ABSERR, NEVAL, IER, LENIW, LENW, LAST, IWORK, WORK) |
|
◆ dqagp()
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 |
|
) |
| |