/spalinalg

Sparse Linear Algebra Library

Primary LanguageRustMIT LicenseMIT

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