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

#1751 in Math

Download history 1/week @ 2024-11-03 20/week @ 2024-11-17 197/week @ 2024-11-24 33/week @ 2024-12-01 46/week @ 2024-12-08 62/week @ 2024-12-15 18/week @ 2024-12-22 4/week @ 2024-12-29 35/week @ 2025-01-05 37/week @ 2025-01-12 28/week @ 2025-01-19 41/week @ 2025-01-26 41/week @ 2025-02-02 64/week @ 2025-02-09 6/week @ 2025-02-16

152 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–620KB
~13K SLoC