3 releases (breaking)
0.4.0 | Sep 15, 2022 |
---|---|
0.3.1 | Sep 14, 2022 |
0.3.0 |
|
0.2.0 | Aug 25, 2022 |
#2378 in Algorithms
105 downloads per month
735KB
13K
SLoC
klu-rs
KLU-rs are Rust binding to the KLU sparse matrix solver from [suitesparse]. KLU is a LU solve for sparse matrices that rarely/never change their sparsity pattern but often change their values. The klu-sys crate provides raw binding to the C API while the klu crate provides a small save (opinionated) wrapper around that API.
Dependencies
~200–580KB
~11K SLoC