/spbench

Tests and benchmarks for sparse matrix algorithms

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

spbench

Tests and benchmarks for sparse matrix algorithms in Rust.

Algorithms

  • AMD: Approximate minimum degree ordering (BSD)
  • RLU: Pure Rust LU decomposition (BSD)
  • KLU: Unsafe interface to KLU from SuiteSparse (LGPL)