3 releases
0.0.2 | Oct 28, 2023 |
---|---|
0.0.1 | Oct 22, 2023 |
0.0.0 | Aug 24, 2022 |
#1237 in Algorithms
135KB
3K
SLoC
Sparse Linear Algebra Library
The spalinalg
crate provides a sparse linear algebra library.
Functionnalities
Sparse Matrix Storage format
- Coordinate format
CooMatrix
- Dictionnary of keys format
DokMatrix
- Compressed sparse row format
CsrMatrix
- Compressed sparse column format
CscMatrix