Crates.io | matrixlib |
lib.rs | matrixlib |
version | 0.1.2 |
source | src |
created_at | 2022-08-31 05:15:58.98822 |
updated_at | 2022-09-01 02:34:12.690676 |
description | A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra. |
homepage | |
repository | https://github.com/Squirrelcoding/matrixlib |
max_upload_size | |
id | 655499 |
size | 59,091 |
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.