Crates.io | matrixes |
lib.rs | matrixes |
version | 2.5.0 |
source | src |
created_at | 2023-04-04 11:37:33.036055 |
updated_at | 2023-12-09 11:50:24.144613 |
description | Implementation of matrices up to and slightly beyond a highschool level. See README for details. |
homepage | |
repository | https://github.com/TheKnightGawain/matrixes/ |
max_upload_size | |
id | 830121 |
size | 80,914 |
I didn't like the existing matrix crates so I made my own
Includes addition, subtraction, multiplication, inversion (and all that follows), getters, mutative getters, swappers, and row and column operations.