suitesparse_ldl_sys 0.2.0

Raw bindings to SuiteSparse's LDL algorithm
Documentation

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.