GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
sstode.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine sstode (neq, y, yh, nyh, yh1, ewt, savf, acor, wm, iwm, f, jac, pjac, slvs)
 

Function/Subroutine Documentation

◆ sstode()

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 max(), min(), scfode(), and svnorm().

Referenced by slsode().