GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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 3 of file sstode.f.

References abs(), dimension(), max(), and min().