GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
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 d, workspace_element::dimension(), dqagpe(), f, Range::limit(), jit_store_argument::result(), and xerror().
Referenced by DefQuad::do_integrate().