Initialise the solver
The time to start integrating from
The initial conditions
Integrate the solution through to some time
End time of the integration
This is essentially a vectorised version of InterpolatedSolution, accepting a vector of times.
A vector of vectors; element [i][j]
is the j
th
variable at the i
th time in t
Vector of times to request the solution at
Return statistics about the integration so far
The last estimated error in the solution
The number of evaluations of the rhs function
The number of steps attempted
The number of steps accepted
The number of steps rejected
The number of stiff checks that were non-stiff
The number of stiff checks that were stiff
Generated using TypeDoc
Integrator for delay differential equations. For integrating ordinary differential equations, see Dopri.