mathru 0.16.2

Fundamental algorithms for scientific computing in Rust
Documentation
1
2
3
4
5
6
mod gauss_kronrod;
mod root_weight;
mod root_weight_iterator;

pub use gauss_kronrod::GaussKronrod;
pub use root_weight::RootWeight;