#suite-sparse #bindings #sparse-matrix #cholesky #factorization

klu-rs

Save bindings to SuiteSparse's KLU sparse matrix solver

3 releases (breaking)

0.4.0 Sep 15, 2022
0.3.1 Sep 14, 2022
0.3.0 Sep 1, 2022
0.2.0 Aug 25, 2022

#2326 in Math

Download history 41/week @ 2025-03-12 15/week @ 2025-03-19 13/week @ 2025-03-26 9/week @ 2025-04-02 6/week @ 2025-04-09 2/week @ 2025-04-16 5/week @ 2025-04-23 29/week @ 2025-05-07 83/week @ 2025-05-14 70/week @ 2025-05-21 17/week @ 2025-06-11 29/week @ 2025-06-18 61/week @ 2025-06-25

107 downloads per month

Apache-2.0

735KB
13K SLoC

C 10K SLoC // 0.3% comments Rust 2K SLoC // 0.0% comments Objective-C 812 SLoC FORTRAN Legacy 772 SLoC // 0.6% comments

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