Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 540 Bytes

Description

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.

Building

This project is purely based on Rust, just need to download the compiler.

Using the Library

The examples directory contain som examples on using the library to integrate various systems of ODE's.