ODEAdaptiveSolver-class {rODE} | R Documentation |
Base class to be inherited by adaptive solvers such as RK45
ODEAdaptiveSolver generic
ODEAdaptiveSolver constructor
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(...)
... |
additional parameters |
object |
a class object |
tol |
tolerance |
value |
the value for the tolerance |