ODEAdaptiveSolver-class: ODEAdaptiveSolver class

Description Usage Arguments

Description

Base class to be inherited by adaptive solvers such as RK45

ODEAdaptiveSolver generic

ODEAdaptiveSolver constructor

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
ODEAdaptiveSolver(...)

## S4 method for signature 'ODEAdaptiveSolver'
setTolerance(object, tol)

## S4 replacement method for signature 'ODEAdaptiveSolver'
setTolerance(object, ...) <- value

## S4 method for signature 'ODEAdaptiveSolver'
getTolerance(object)

## S4 method for signature 'ODEAdaptiveSolver'
getErrorCode(object)

## S4 method for signature 'ANY'
ODEAdaptiveSolver(...)

Arguments

...

additional parameters

object

a class object

tol

tolerance

value

the value for the tolerance


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