GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions/Subroutines | |
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 | |||
) |