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 |
#1860 in Algorithms
42 downloads per month
Used in sprs-ldl
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