GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
ddassl.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ddassl (res, neq, t, y, yprime, tout, info, rtol, atol, idid, rwork, lrw, iwork, liw, rpar, ipar, jac)
 

Function/Subroutine Documentation

◆ ddassl()

subroutine ddassl ( external  res,
integer  neq,
double precision  t,
double precision, dimension(*)  y,
double precision, dimension(*)  yprime,
double precision  tout,
integer, dimension(15)  info,
double precision, dimension(*)  rtol,
double precision, dimension(*)  atol,
integer  idid,
double precision, dimension(*)  rwork,
integer  lrw,
integer, dimension(*)  iwork,
integer  liw,
double precision, dimension(*)  rpar,
integer, dimension(*)  ipar,
external  jac 
)

Definition at line 1 of file ddassl.f.

References d1mach(), ddaini(), ddanrm(), ddastp(), ddatrp(), ddawts(), lgamma(), max(), and xermsg().

Referenced by DASSL::do_integrate().