A Rust crate for very basic matrix operations
Find a file
2023-05-28 02:36:29 -05:00
src new: Added error enum to streamline throwing errors 2023-05-28 02:36:29 -05:00
.gitignore Initial commit 2023-05-24 21:46:25 -05:00
Cargo.toml build: Bumped version ro 0.4.0 2023-05-27 18:35:48 -05:00
LICENSE new: Added LICENSE 2023-05-25 20:44:46 -05:00
README.md change: Updated README 2023-05-25 21:13:46 -05:00

crate.io badge

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.