mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2024-12-25 21:48:35 -06:00
docs: Updated README.md
This commit is contained in:
parent
59119e2c30
commit
4cdc29aaa1
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
[![crate.io badge](https://img.shields.io/crates/d/matrix-basic)](https://crates.io/crates/matrix-basic)
|
[![crate.io badge](https://img.shields.io/crates/d/matrix-basic)](https://crates.io/crates/matrix-basic)
|
||||||
# `matrix-basic`
|
# `matrix-basic`
|
||||||
|
|
||||||
### A Rust crate for very basic matrix operations
|
### A Rust crate for very basic matrix operations.
|
||||||
|
|
||||||
This is a crate for very basic matrix operations with any type that supports addition, substraction,
|
This is a crate for very basic matrix operations with any type that supports addition, substraction, multiplication,
|
||||||
and multiplication. Additional properties might be needed for certain operations.
|
negation, has a zero defined, and implements the Copy trait. Additional properties (e.g. division, existence of one etc.)
|
||||||
|
might be needed for certain operations.
|
||||||
|
|
||||||
I created it mostly to learn how to use generic types and traits.
|
I created it mostly to learn how to use generic types and traits.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue