3 releases (breaking)
0.3.0 | Oct 1, 2020 |
---|---|
0.2.0 | Mar 17, 2019 |
0.1.0 | Oct 4, 2017 |
#2066 in Algorithms
Used in 2 crates
(via sprs_suitesparse_ldl)
48KB
776 lines
Raw bindings to SuiteSparse's LDL
LDL is a simple sparse Cholesky factorization algorithm. This crate exposes the signatures exposed by this library as extern functions.
For a nicer API, the crate sprs_suitesparse_ldl
is available.
Features
The ldl
part of SuiteSparse
can be built from source by passing the static
feature to this crate. Please observe that the license of this component is LGPL-2.1 or later.