sparsela 0.2.2

Fast linear algebra on sparse matrices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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).