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.
- Come up with a better name.
A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
RustGPL-3.0
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.