3 releases

0.0.2 Oct 28, 2023
0.0.1 Oct 22, 2023
0.0.0 Aug 24, 2022

#380 in Algorithms

33 downloads per month

MIT license

135KB
3K SLoC

Sparse Linear Algebra Library

github crates.io docs.rs github actions

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

License

MIT License

No runtime deps