Crate ode_solvers

source ·
Expand description

ODEs Solvers

ode-solvers is a collection of numerical methods to solve ordinary differential equations (ODEs).

Modules

Butcher tableaux containing the coefficients of the Runge-Kutta methods.
Adaptive step size control.
Explicit Runge-Kutta method with Dormand-Prince coefficients of order 8(5,3) and dense output of order 7.
Explicit Runge-Kutta method with Dormand-Prince coefficients of order 5(4) and dense output of order 4.

Type Definitions

A stack-allocated, 1-dimensional column vector.
A stack-allocated, 2-dimensional column vector.
A stack-allocated, 3-dimensional column vector.
A stack-allocated, 4-dimensional column vector.
A stack-allocated, 5-dimensional column vector.
A stack-allocated, 6-dimensional column vector.
A statically sized D-dimensional column vector.