Numerics.NET.Calculus.OrdinaryDifferentialEquations Namespace
On this page
The Numerics.NET.Calculus.OrdinaryDifferentialEquations namespace contains classes for integrating systems of ordinary differential equations (ODE's).
ClassicRungeKuttaIntegrator
Represents a 4th order Runge-Kutta integrator.
CvodeIntegrator
Represents an integrator that uses an adaptive Adams-Bashforth/Adams-Moulton algorithm for non-stiff systems and
Backwards Differentiation Formulas (BDF) for stiff systems.
OdeIntegrator
Represents an algorithm that integrates a system of Ordinary Differential Equations (ODE's).
RungeKuttaDormandPrince
Represents a 4th/5th order Runge-Kutta integrator with step size control.
RungeKuttaFehlbergIntegrator
Represents a 4th/5th order Runge-Kutta integrator with step size control.