matrixlib 0.1.2

A really bad toy matrix library just so i can practice some rust. Don't use this. Use Nalgebra.
Documentation
  • Coverage
  • 83.33%
    30 out of 36 items documented0 out of 22 items with examples
  • Size
  • Source code size: 60.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Squirrelcoding/matrixlib
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Squirrelcoding

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.