2 unstable releases

0.2.0 Aug 25, 2022
0.1.0 Aug 25, 2022

#6 in #cholesky

Download history 39/week @ 2024-07-14 14/week @ 2024-07-21 15/week @ 2024-07-28 6/week @ 2024-08-04 26/week @ 2024-08-11 2/week @ 2024-08-18 1/week @ 2024-08-25 1/week @ 2024-09-01 5/week @ 2024-09-08 2/week @ 2024-09-15 14/week @ 2024-09-22 11/week @ 2024-09-29 9/week @ 2024-10-06 7/week @ 2024-10-13 15/week @ 2024-10-20 45/week @ 2024-10-27

77 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