# sparsela
Fast linear algebra on sparse matrices.
## Status
See `CHANGELOG.md` for more information.
### Done
- Some basic operations to operate on sparse matrices.
- Sparse matrix by vector multiplication.
- Gaussian elimination and solver.
### To Do
- More algebraic operations (matrix multiplication, etc.).
- Other exact solvers for solution reusability.
- Iterative solvers, preconditioners.
## Using the API
See the [documentation](https://docs.rs/sparsela/latest).