[][src]Module mathru::analysis::ode

Ordinary differential equation

Fore more information:
https://en.wikipedia.org/wiki/Ordinary_differential_equation

Structs

Dopri5

Solves an ordinary differential equation using the 4th order Runge-Kutta-Dormand-Prince algorithm.

Euler

Solves an ordinary differential equation using Euler's method.

Heun

Solves an ordinary differential equation using Heun's method.

RK4

Solves an ordinary differential equation using the 4th order Runge-Kutta algorithm.

RKF45

Solves an ordinary differential equation using the 4th order Runge-Kutta-Fehlberg algorithm.

Traits

Solver

Trait which is implemented by every ode algorithm