FixedNumStepsOdeSolver | R Documentation |
An ODE solver with fixed number of steps
An ODE solver with fixed number of steps
odemodeling::OdeSolver
-> FixedNumStepsOdeSolver
num_steps
maximum number of steps per time point interval
new()
Initialize
FixedNumStepsOdeSolver$new(name, num_steps)
name
solver name
num_steps
number of steps per time point interval
standata()
Create Stan data fields.
FixedNumStepsOdeSolver$standata()
A list.
to_string()
String description of the solver.
FixedNumStepsOdeSolver$to_string()
A string.
clone()
The objects of this class are cloneable with this method.
FixedNumStepsOdeSolver$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.