OdeSolver | R Documentation |
An ODE solver (an abstract base class)
An ODE solver (an abstract base class)
name
name of the solver
stan_number
integer that indexes the solver in the Stan code
new()
OdeSolver
is an abstract class that can't be initialized.
OdeSolver$new()
standata()
Create Stan data fields.
OdeSolver$standata()
A list.
to_string()
String description of the solver.
OdeSolver$to_string()
A string.
print()
Print info about the object.
OdeSolver$print()
clone()
The objects of this class are cloneable with this method.
OdeSolver$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.