Represents an integrator that uses an adaptive Adams-Bashforth/Adams-Moulton algorithm for non-stiff systems and
Backwards Differentiation Formulas (BDF) for stiff systems.
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public NotInheritable Class CvodeIntegrator _
Inherits OdeIntegrator
|
| Visual C++ |
public ref class CvodeIntegrator sealed : public OdeIntegrator
|
| F# |
[<SealedAttribute>]
type CvodeIntegrator =
class
inherit OdeIntegrator
end
|
Remarks
Inheritance Hierarchy
See Also