mirror of
https://github.com/SinTan1729/matrix-basic.git
synced 2024-12-26 05:48:36 -06:00
12 lines
No EOL
507 B
Markdown
12 lines
No EOL
507 B
Markdown
[![crate.io badge](https://img.shields.io/crates/d/matrix-basic)](https://crates.io/crates/matrix-basic)
|
|
# `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 how to use generic types and traits.
|
|
|
|
## Usage
|
|
Documentation is available here: [docs.rs](https://docs.rs/matrix-basic). |