2 unstable releases

0.2.0 Aug 25, 2022
0.1.0 Aug 25, 2022

#6 in #cholesky

Download history 49/week @ 2024-11-19 196/week @ 2024-11-26 31/week @ 2024-12-03 55/week @ 2024-12-10 65/week @ 2024-12-17 12/week @ 2024-12-24 6/week @ 2024-12-31 45/week @ 2025-01-07 26/week @ 2025-01-14 31/week @ 2025-01-21 43/week @ 2025-01-28 43/week @ 2025-02-04 64/week @ 2025-02-11 39/week @ 2025-02-18 77/week @ 2025-02-25 50/week @ 2025-03-04

235 downloads per month
Used in klu-rs

Apache-2.0

690KB
12K SLoC

C 10K SLoC // 0.3% comments Objective-C 813 SLoC FORTRAN Legacy 773 SLoC // 0.6% comments Rust 633 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