diffsol 0.1.9

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