3 releases
0.1.2 | Sep 1, 2022 |
---|---|
0.1.1 | Aug 31, 2022 |
0.1.0 | Aug 31, 2022 |
#16 in #bad
24KB
544 lines
Matrixlib
A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
But in case you're curious its literally just a Matrix<R, C>
struct, a VectorN<N>
struct, and a couple error enums.
To do
- Come up with a better name.
lib.rs
:
A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
Dependencies
~245–700KB
~16K SLoC