linearalgebra 0.2.1

Test project to learn Rust and implement a small library for linear algebra
Documentation
1
2
3
4
pub mod mat_mul;

#[cfg(feature = "simd")]
pub mod mat_mul_simd;