2 unstable releases

0.2.0 Aug 25, 2022
0.1.0 Aug 25, 2022

#5 in #cholesky

Download history 35/week @ 2024-04-06 6/week @ 2024-04-13 11/week @ 2024-04-20 4/week @ 2024-04-27 11/week @ 2024-05-04 19/week @ 2024-05-11 18/week @ 2024-05-18 51/week @ 2024-05-25 34/week @ 2024-06-01 35/week @ 2024-06-08 23/week @ 2024-06-15 17/week @ 2024-06-22 8/week @ 2024-06-29 76/week @ 2024-07-06 38/week @ 2024-07-13 13/week @ 2024-07-20

136 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