GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dstode.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dstode (NEQ, Y, YH, NYH, YH1, EWT, SAVF, ACOR, WM, IWM, F, JAC, PJAC, SLVS)
 

Function/Subroutine Documentation

◆ dstode()

subroutine dstode ( 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 
)

Definition at line 1 of file dstode.f.

References dcfode(), dvnorm(), max(), and min().

Referenced by dlsode().