rmatrix_ks 0.5.10

matrix and some algebra in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # traits
//!
//! Common traits of some numbers.

pub mod floating;
pub mod fractional;
pub mod integral;
pub mod number;
pub mod one;
pub mod real;
pub mod realfloat;
pub mod realfrac;
pub mod zero;