del-ls 0.1.2

sparse solver library for research prototyping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# del-ls

Sparse linear solver for research prototyping. 

Originally, the code is written in C++ in [DelFEM2](https://github.com/nobuyuki83/delfem2),  then it was ported to Rust. 

[The documentation generated from code](https://docs.rs/del-ls)

- [x] sparse square matrix
- [x] sparse block square matrix
- [x] sparse matrix multiplication
- [x] Conjugate Gradient (CG) method
- [x] Incomplete LU preconditioner (ILU0 and ILUk)
- [x] Incomplete Choleskey Conjugate Gradient (ICCG) method