Cvode Integrator Constructor
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Cvode | Constructs a new CvodeIntegrator object, suitable for integrating non-stiff systems of ordinary differential equations. |
Cvode | Constructs a new CvodeIntegrator object. |
CvodeIntegrator
Constructs a new CvodeIntegrator object, suitable for integrating
non-stiff systems of ordinary differential equations.
public CvodeIntegrator()
CvodeIntegrator(OdeKind)
Constructs a new CvodeIntegrator object.
public CvodeIntegrator(
OdeKind method
)