![]() |
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 | ddassl (RES, NEQ, T, Y, YPRIME, TOUT, INFO, RTOL, ATOL, IDID, RWORK, LRW, IWORK, LIW, RPAR, IPAR, JAC) |
| subroutine ddassl | ( | , external | RES, |
| integer | NEQ, | ||
| double precision | T, | ||
| double precision, dimension(*) | Y, | ||
| double precision, dimension(*) | YPRIME, | ||
| double precision | TOUT, | ||
| integer, dimension(15) | INFO, | ||
| double precision, dimension(*) | RTOL, | ||
| double precision, dimension(*) | ATOL, | ||
| integer | IDID, | ||
| double precision, dimension(*) | RWORK, | ||
| integer | LRW, | ||
| integer, dimension(*) | IWORK, | ||
| integer | LIW, | ||
| double precision, dimension(*) | RPAR, | ||
| integer, dimension(*) | IPAR, | ||
| , external | JAC | ||
| ) |
Definition at line 1 of file ddassl.f.
References abs(), d1mach(), ddaini(), ddanrm(), ddastp(), ddatrp(), ddawts(), TerminalModel::done(), MatrixType::info(), octave_value::lgamma(), max(), float_format::precision(), and xermsg().
Referenced by DASSL::do_integrate().
1.8.1.2