del-ls

Crates.iodel-ls
lib.rsdel-ls
version0.1.5
sourcesrc
created_at2022-10-21 16:34:08.360022
updated_at2024-09-06 11:40:08.54245
descriptionsparse solver library for research prototyping
homepage
repositoryhttps://github.com/nobuyuki83/del-ls
max_upload_size
id693737
size39,988
Nobuyuki Umetani (nobuyuki83)

documentation

README

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

  • sparse square matrix
  • sparse block square matrix
  • sparse matrix multiplication
  • Conjugate Gradient (CG) method
  • Incomplete LU preconditioner (ILU0 and ILUk)
  • Incomplete Choleskey Conjugate Gradient (ICCG) method
Commit count: 14

cargo fmt