![]() |
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 | slsode (F, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL, ITASK, ISTATE, IOPT, RWORK, LRW, IWORK, LIW, JAC, MF) |
| subroutine slsode | ( | , external | F, |
| integer, dimension(*) | NEQ, | ||
| real, dimension(*) | Y, | ||
| real | T, | ||
| real | TOUT, | ||
| integer | ITOL, | ||
| real, dimension(*) | RTOL, | ||
| real, dimension(*) | ATOL, | ||
| integer | ITASK, | ||
| integer | ISTATE, | ||
| integer | IOPT, | ||
| real, dimension(lrw) | RWORK, | ||
| integer | LRW, | ||
| integer, dimension(liw) | IWORK, | ||
| integer | LIW, | ||
| , external | JAC, | ||
| integer | MF | ||
| ) |
Definition at line 2 of file slsode.f.
References abs(), d1mach(), workspace_element::dimension(), f, ComplexCHOL::init(), max(), min(), sewset(), sintdy(), size(), sprepj(), octave_value::sqrt(), ssolsy(), sstode(), boolNDArray::sum(), svnorm(), and xerrwd().
1.8.1.2