Crates.io | suitesparse_ldl_sys |
lib.rs | suitesparse_ldl_sys |
version | 0.3.0 |
source | src |
created_at | 2017-10-04 20:45:43.066109 |
updated_at | 2020-10-01 20:34:11.281078 |
description | Raw bindings to SuiteSparse's LDL algorithm |
homepage | |
repository | https://github.com/vbarrielle/sprs |
max_upload_size | |
id | 34426 |
size | 19,054 |
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.
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.