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

#1684 in Math

Download history 7/week @ 2024-09-09 20/week @ 2024-09-23 4/week @ 2024-09-30 10/week @ 2024-10-07 4/week @ 2024-10-14 14/week @ 2024-10-21 43/week @ 2024-10-28 1/week @ 2024-11-04 22/week @ 2024-11-18 205/week @ 2024-11-25 28/week @ 2024-12-02 43/week @ 2024-12-09 61/week @ 2024-12-16

339 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–610KB
~13K SLoC