GNU Octave  4.2.1
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
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

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 abs(), double, e, max(), min(), float_format::precision(), octave_value::sqrt(), and to.

Referenced by ddaini(), and ddastp().