GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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 3 of file ddassl.f.

References abs(), d1mach(), and max().

Referenced by DASSL::do_integrate().