rmatrix_ks 1.0.2

matrix and some algebra in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # instances
//!
//! Some common number instances.

pub mod complex;
pub mod double;
pub mod float;
pub mod int;
pub mod int8;
pub mod integer;
pub mod ratio;
pub mod word;
pub mod word8;