2 unstable releases

0.2.0 Aug 25, 2022
0.1.0 Aug 25, 2022

#6 in #cholesky

Download history 6/week @ 2024-09-11 7/week @ 2024-09-18 14/week @ 2024-09-25 6/week @ 2024-10-02 12/week @ 2024-10-09 7/week @ 2024-10-16 17/week @ 2024-10-23 39/week @ 2024-10-30 4/week @ 2024-11-06 15/week @ 2024-11-13 76/week @ 2024-11-20 157/week @ 2024-11-27 42/week @ 2024-12-04 59/week @ 2024-12-11 50/week @ 2024-12-18 11/week @ 2024-12-25

163 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