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

#1366 in Math

Download history 17/week @ 2024-03-10 7/week @ 2024-03-17 1/week @ 2024-03-24 58/week @ 2024-03-31 23/week @ 2024-04-07 2/week @ 2024-04-14 8/week @ 2024-04-21 3/week @ 2024-04-28 5/week @ 2024-05-05 14/week @ 2024-05-12 12/week @ 2024-05-19 48/week @ 2024-05-26 34/week @ 2024-06-02 27/week @ 2024-06-09 18/week @ 2024-06-16 9/week @ 2024-06-23

90 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

~205–495KB