mathru 0.16.2

Fundamental algorithms for scientific computing in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod absdiff_eq;
mod from;
mod index;
mod partial_eq;
mod relative_eq;
mod schurdec;
mod slice;
mod upperhessenberg;

pub use upperhessenberg::UpperHessenberg;