![]() |
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 | 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 d, workspace_element::dimension(), dqagie(), f, Range::limit(), jit_store_argument::result(), and xerror().
Referenced by IndefQuad::do_integrate().
1.8.1.2