mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2025-04-18 08:57:40 -05:00
418 B
418 B
matrix-basic
A Rust crate for very basic matrix operations
This is a crate for very basic matrix operations with any type that supports addition, substraction, and multiplication. Additional properties might be needed for certain operations.
I created it mostly to learn using generic types and traits.