44 releases
0.2.34 | May 16, 2025 |
---|---|
0.2.14 | Apr 8, 2025 |
0.2.7 | Mar 6, 2025 |
0.2.2 | Dec 25, 2024 |
0.1.9 | Jun 12, 2024 |
#262 in Math
2,024 downloads per month
Used in 4 crates
(3 directly)
26KB
630 lines
matrix_kit
: An abstract linear algebra library for Rust
Things to do:
- move SVD stuff from mlkit to here
- re-implement matrix appending to be simpler for all version
- Can't actually initialize empty matrices for non-ring types, e.g. can't just have Matrix::::new(4, 4), this has un-initialized flatmap.
Dependencies
~1.5MB
~33K SLoC