CvodeIntegrator Constructor

Definition

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

CvodeIntegrator() Constructs a new CvodeIntegrator object, suitable for integrating non-stiff systems of ordinary differential equations.
CvodeIntegrator(OdeKind) Constructs a new CvodeIntegrator object.

CvodeIntegrator

Constructs a new CvodeIntegrator object, suitable for integrating non-stiff systems of ordinary differential equations.
C#
public CvodeIntegrator()

CvodeIntegrator(OdeKind)

Constructs a new CvodeIntegrator object.
C#
public CvodeIntegrator(
	OdeKind method
)

Parameters

method  OdeKind
A OdeKind method that specifies whether to use a method suitable for stiff or non-stiff systems.

See Also