ODESolver-class: ODESolver virtual class

Description Usage Arguments See Also

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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, ...)

Arguments

object

a class object

stepSize

size of the step

...

additional parameters

See Also

Other ODESolver helpers: ODESolverFactory-class


f0nzie/rODE documentation built on May 14, 2019, 10:34 a.m.