mathru 0.16.2

Fundamental algorithms for scientific computing in Rust
Documentation
1
2
3
// ! This module provides different algorithms to solve initial value problems.
pub mod explicit;
pub mod implicit;