rust-linear-algebra 0.1.2

A linear algebra library for Rust
Documentation
1
2
3
4
pub mod matrix;
mod num;
pub mod utils;
pub mod vector;