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