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 | stode (NEQ, Y, YH, NYH, YH1, EWT, SAVF, ACOR, WM, IWM, F, JAC, PJAC, SLVS, IERR) |
subroutine stode | ( | integer, dimension(*) | NEQ, |
double precision, dimension(*) | Y, | ||
double precision, dimension(nyh,*) | YH, | ||
integer | NYH, | ||
double precision, dimension(*) | YH1, | ||
double precision, dimension(*) | EWT, | ||
double precision, dimension(*) | SAVF, | ||
double precision, dimension(*) | ACOR, | ||
double precision, dimension(*) | WM, | ||
integer, dimension(*) | IWM, | ||
, external | F, | ||
, external | JAC, | ||
, external | PJAC, | ||
, external | SLVS, | ||
IERR | |||
) |
Definition at line 1 of file stode.f.
References cfode(), curl_transfer::del(), workspace_element::dimension(), octave_comment_list::dup(), f, ierr, and vnorm().
Referenced by dlsode().