matrixlib

Crates.iomatrixlib
lib.rsmatrixlib
version0.1.2
sourcesrc
created_at2022-08-31 05:15:58.98822
updated_at2022-09-01 02:34:12.690676
descriptionA really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
homepage
repositoryhttps://github.com/Squirrelcoding/matrixlib
max_upload_size
id655499
size59,091
Codingsquirrel (Squirrelcoding)

documentation

README

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.
Commit count: 9

cargo fmt