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

Go to the source code of this file.

Functions/Subroutines

subroutine dlsode (f, neq, y, t, tout, itol, rtol, atol, itask, istate, iopt, rwork, lrw, iwork, liw, jac, mf)
 

Function/Subroutine Documentation

◆ dlsode()

subroutine dlsode ( external  f,
integer, dimension(*)  neq,
double precision, dimension(*)  y,
double precision  t,
double precision  tout,
integer  itol,
double precision, dimension(*)  rtol,
double precision, dimension(*)  atol,
integer  itask,
integer  istate,
integer  iopt,
double precision, dimension(lrw)  rwork,
integer  lrw,
integer, dimension(liw)  iwork,
integer  liw,
external  jac,
integer  mf 
)

Definition at line 1 of file dlsode.f.

References dewset(), dintdy(), dprepj(), dsolsy(), dstode(), max(), min(), and xerrwd().

Referenced by LSODE::do_integrate().