12 releases
0.4.1 | Sep 9, 2024 |
---|---|
0.4.0 | Aug 28, 2024 |
0.3.7 | Aug 5, 2024 |
0.2.1 | Dec 1, 2023 |
0.2.0 | Nov 13, 2023 |
#389 in Math
92KB
1.5K
SLoC
RMatrix
matrix and some algebra in Rust
just a toy
todo: eigen_values & eigen_system & linear_solve
lib.rs
:
Warning
used unstable features
doc_cfg
Description
This library is for matrix computation, just for learning and self using.
There are some optional features
- rand_mat: randomly generated matrices
- serde_mat: ability to read matrices using a specific file format
By default, rand_mat
feature is enabled.
Dependencies
~0–365KB