mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2024-12-25 21:48:35 -06:00
change: Updated README
This commit is contained in:
parent
d812c24284
commit
19e410322e
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@
|
|||
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.
|
||||
I created it mostly to learn how to use generic types and traits.
|
||||
|
||||
## Usage
|
||||
Documentation is available here: [docs.rs](https://docs.rs/matrix-basic).
|
Loading…
Reference in a new issue