rmatrix_ks 0.4.0

matrix and some algebra in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # Utils
//!
//! some useful tools

pub mod common;
pub mod decompose;
pub mod predicate;
pub mod state;

#[cfg(feature = "serde_mat")]
#[doc(cfg(feature = "serde_mat"))]
pub mod serde;