simp_linalg 0.2.0

A generically defined, light-weight linear algebra library for simple addition and multiplication of vectors and matrices.
Documentation
1
2
3
pub use crate::matrix_impl::Matrix;
pub use crate::vector_impl::Vector;
pub use crate::{vector, matrix};