diffsol 0.12.1

A library for solving ordinary differential equations (ODEs) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod dydt_y2;
pub mod exponential_decay;
pub mod exponential_decay_with_algebraic;
pub mod foodweb;
pub mod gaussian_decay;
pub mod heat1d;
pub mod heat2d;
pub mod logistic;
pub mod robertson;
pub mod robertson_ode;
pub mod robertson_ode_with_sens;