![]() |
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 | dlsode (F, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL, ITASK, ISTATE, IOPT, RWORK, LRW, IWORK, LIW, JAC, MF) |
| subroutine dlsode | ( | , external | F, |
| integer, dimension(*) | NEQ, | ||
| double precision, dimension(*) | Y, | ||
| double precision | T, | ||
| double precision | TOUT, | ||
| integer | ITOL, | ||
| double precision, dimension(*) | RTOL, | ||
| double precision, dimension(*) | ATOL, | ||
| integer | ITASK, | ||
| integer | ISTATE, | ||
| integer | IOPT, | ||
| double precision, dimension(lrw) | RWORK, | ||
| integer | LRW, | ||
| integer, dimension(liw) | IWORK, | ||
| integer | LIW, | ||
| , external | JAC, | ||
| integer | MF | ||
| ) |
Definition at line 1 of file dlsode.f.
References d1mach(), workspace_element::dimension(), ewset(), f, ierr, ComplexCHOL::init(), intdy(), prepj(), size(), solsy(), stode(), boolNDArray::sum(), vnorm(), and xerrwd().
Referenced by LSODE::do_integrate().
1.8.1.2