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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ slsode()

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

Definition at line 1 of file slsode.f.

References max(), min(), sewset(), sintdy(), sprepj(), ssolsy(), sstode(), and xerrwv().