ODESolver-class {rODE} | R Documentation |
A virtual class inherited by AbstractODESolver
ODESolver constructor
Set initial values and get ready to start the solver
Set the size of the step
ODESolver(object, stepSize, ...) ## S4 method for signature 'ODESolver' init(object, stepSize, ...) ## S4 method for signature 'ODESolver' step(object, ...) ## S4 method for signature 'ODESolver' getODE(object, ...) ## S4 method for signature 'ODESolver' setStepSize(object, stepSize, ...) ## S4 method for signature 'ODESolver' getStepSize(object, ...)
object |
a class object |
stepSize |
size of the step |
... |
additional parameters |
Other ODESolver helpers: ODESolverFactory-class