Skip to content

jeandavilarodz/ode-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ode solver written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages