matrix-operations/README.md

10 lines
370 B
Markdown

# matrix-operations
Self-implementation of matrix math operations using Rust.
I will implement a Matrix using a struct and treat it like a class.
I'm not sure how this will work, but we'll try anyways.
Learning solely through [Rust by Example](https://doc.rust-lang.org/rust-by-example/index.html) and [The Rust Book](https://doc.rust-lang.org/book/title-page.html)