simp_linalg 0.1.3

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