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 | sstode (NEQ, Y, YH, NYH, YH1, EWT, SAVF, ACOR, WM, IWM, F, JAC, PJAC, SLVS) |
subroutine sstode | ( | integer, dimension(*) | NEQ, |
real, dimension(*) | Y, | ||
real, dimension(nyh,*) | YH, | ||
integer | NYH, | ||
real, dimension(*) | YH1, | ||
real, dimension(*) | EWT, | ||
real, dimension(*) | SAVF, | ||
real, dimension(*) | ACOR, | ||
real, dimension(*) | WM, | ||
integer, dimension(*) | IWM, | ||
, external | F, | ||
, external | JAC, | ||
, external | PJAC, | ||
, external | SLVS | ||
) |
Definition at line 1 of file sstode.f.
References abs(), curl_transfer::del(), workspace_element::dimension(), octave_comment_list::dup(), f, max(), min(), scfode(), and svnorm().
Referenced by slsode().