del-ls
Sparse linear solver for research prototyping.
Originally, the code is written in C++ in DelFEM2, then it was ported to Rust.
The documentation generated from code
- [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