matrixes 2.5.0

Implementation of matrices up to and slightly beyond a highschool level. See README for details.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.50"

[package]
categories = ["data-structures", "mathematics"]
description = "Implementation of matrices up to and slightly beyond a highschool level. See README for details."
keywords = ["matrix", "matrices", "math", "maths", "linear-algebra"]
license = "MIT"
name = "matrixes"
readme = "README.md"
repository = "https://github.com/TheKnightGawain/matrixes/"
version = "2.5.0"