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 | dqagpe (F, A, B, NPTS2, POINTS, EPSABS, EPSREL, LIMIT, RESULT, ABSERR, NEVAL, IER, ALIST, BLIST, RLIST, ELIST, PTS, IORD, LEVEL, NDIN, LAST) |
subroutine dqagpe | ( | , external | F, |
double precision | A, | ||
double precision | B, | ||
integer | NPTS2, | ||
double precision, dimension(npts2) | POINTS, | ||
double precision | EPSABS, | ||
double precision | EPSREL, | ||
integer | LIMIT, | ||
double precision | RESULT, | ||
double precision | ABSERR, | ||
integer | NEVAL, | ||
integer | IER, | ||
double precision, dimension(limit) | ALIST, | ||
double precision, dimension(limit) | BLIST, | ||
double precision, dimension(limit) | RLIST, | ||
double precision, dimension(limit) | ELIST, | ||
double precision, dimension(npts2) | PTS, | ||
integer, dimension(limit) | IORD, | ||
integer, dimension(limit) | LEVEL, | ||
integer, dimension(npts2) | NDIN, | ||
integer | LAST | ||
) |
Definition at line 1 of file dqagpe.f.
References a2, d, d1mach(), workspace_element::dimension(), dqelg(), dqk21(), dqpsrt(), f, base_hook_function::id(), Range::limit(), jit_store_argument::result(), and c_file_ptr_buf::uflow().
Referenced by dqagp().