A library implementing ordinary differential equation (ODE) integrators. It currently implements 2 types of integrators. The first is based on the 4th order Runge-Kutta method. The second based on the Dormand-Prince Method known in MATLAB as ode45.
This project is purely based on Rust, just need to download the compiler.
The examples directory contain som examples on using the library to integrate various systems of ODE's.