OdeKind Enumeration

Enumerates the methods used by the CvodeIntegrator.

Definition

Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum OdeKind

Members

NonStiff0 The system is assumed to be non-stiff..
Stiff1 The system is assumed to be stiff..

See Also