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

References abs(), dimension(), max(), and min().