mathru 0.16.2

Fundamental algorithms for scientific computing in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod abs_diff_eq;
mod add;
mod add_assign;
mod det;
mod diagonal;
mod display;
mod eigendec;
mod from;
mod index;
mod mul;
mod partial_eq;
mod relative_eq;
mod sub;
mod sub_assign;
pub use diagonal::Diagonal;
mod choleskydec;