GNU Octave  3.8.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
ddaini.f File Reference

Go to the source code of this file.

Functions

subroutine ddaini (X, Y, YPRIME, NEQ, RES, JAC, H, WT, IDID, RPAR, IPAR, PHI, DELTA, E, WM, IWM, HMIN, UROUND, NONNEG, NTEMP)

Function Documentation

subroutine ddaini ( double precision  X,
double precision, dimension(*)  Y,
double precision, dimension(*)  YPRIME,
integer  NEQ,
, external  RES,
, external  JAC,
double precision  H,
double precision, dimension(*)  WT,
integer  IDID,
double precision, dimension(*)  RPAR,
integer, dimension(*)  IPAR,
double precision, dimension(neq,*)  PHI,
double precision, dimension(*)  DELTA,
double precision, dimension(*)  E,
double precision, dimension(*)  WM,
integer, dimension(*)  IWM,
double precision  HMIN,
double precision  UROUND,
integer  NONNEG,
integer  NTEMP 
)

Definition at line 1 of file ddaini.f.

References abs(), ddajac(), ddanrm(), ddaslv(), max(), min(), float_format::precision(), and x.

Referenced by ddasrt(), and ddassl().