8 releases (breaking)

0.8.0 Jun 20, 2022
0.7.0 Mar 18, 2021
0.6.0 Oct 1, 2020
0.5.0 Sep 29, 2020
0.1.0 Oct 4, 2017

#1623 in Algorithms

Download history 7/week @ 2024-01-14 9/week @ 2024-02-25 1/week @ 2024-03-10 75/week @ 2024-03-31

76 downloads per month
Used in sprs-ldl

MIT/Apache

490KB
12K SLoC

sprs bindings to SuiteSparse's LDL

LDL is a simple sparse Cholesky factorization algorithm. This crate provides an interface to the original LDL implementation for users of the sprs crate.

Please note that a pure rust reimplementation of LDL is available in the sprs-ldl crate, but it has not been as extensively tested as the original LDL implementation.

Dependencies

~2MB
~40K SLoC