1 unstable release
0.1.0 | Mar 26, 2024 |
---|
#1828 in Math
6KB
55 lines
linalgo
High performance linear algebra library for rust
lib.rs
:
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.