# Sparse Linear Algebra Library
[](https://github.com/lokyhark/spalinalg)
[](https://crates.io/crates/spalinalg)
[](https://docs.rs/spalinalg)
[](https://github.com/lokyhark/spalinalg/actions/workflows/default.yaml)
The `spalinalg` crate provides a **spa**rse **lin**ear **alg**ebra 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](https://mit-license.org/)