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

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)
 

Function/Subroutine Documentation

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(), workspace_element::dimension(), f, and vnorm().

Referenced by dlsode().