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
ddajac.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ddajac (NEQ, X, Y, YPRIME, DELTA, CJ, H, IER, WT, E, WM, IWM, RES, IRES, UROUND, JAC, RPAR, IPAR, NTEMP)
 

Function/Subroutine Documentation

◆ ddajac()

subroutine ddajac ( integer  NEQ,
double precision  X,
double precision, dimension(*)  Y,
double precision, dimension(*)  YPRIME,
double precision, dimension(*)  DELTA,
double precision  CJ,
double precision  H,
integer  IER,
double precision, dimension(*)  WT,
double precision, dimension(*)  E,
double precision, dimension(*)  WM,
integer, dimension(*)  IWM,
external  RES,
integer  IRES,
double precision  UROUND,
external  JAC,
double precision, dimension(*)  RPAR,
integer, dimension(*)  IPAR,
integer  NTEMP 
)

Definition at line 1 of file ddajac.f.

References max(), and min().

Referenced by ddaini(), and ddastp().