ODEAdaptiveSolver-class {rODE} | R Documentation |
ODEAdaptiveSolver class
Description
Base class to be inherited by adaptive solvers such as RK45
ODEAdaptiveSolver generic
ODEAdaptiveSolver constructor
Usage
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 |
[Package rODE version 0.99.6 Index]