Learn R Programming

rODE (version 0.99.6)

ODESolver-class: ODESolver virtual class

Description

A virtual class inherited by AbstractODESolver

ODESolver constructor

Set initial values and get ready to start the solver

Set the size of the step

Usage

ODESolver(object, stepSize, ...)

# S4 method for ODESolver init(object, stepSize, ...)

# S4 method for ODESolver step(object, ...)

# S4 method for ODESolver getODE(object, ...)

# S4 method for ODESolver setStepSize(object, stepSize, ...)

# S4 method for ODESolver getStepSize(object, ...)

Arguments

object

a class object

stepSize

size of the step

...

additional parameters

See Also

Other ODESolver helpers: ODESolverFactory-class