Expand description
§Square Matrix
square_matrix
is a simple library I am building to learn rust. It implements all of the
typical operations on square matrices, like addition, multiplication, determinants, etc.
Re-exports§
pub use crate::square_matrix::SquareMatrix;