modified README.md with references

This commit is contained in:
jellyfishsh 2025-04-12 15:23:42 -07:00
parent 538d4a86bd
commit 5ffe2a75eb

View File

@ -1,3 +1,9 @@
# matrix-operations
Self-implementation of matrix math operations using Rust.
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)