suitesparse_ldl_sys

Crates.iosuitesparse_ldl_sys
lib.rssuitesparse_ldl_sys
version0.3.0
sourcesrc
created_at2017-10-04 20:45:43.066109
updated_at2020-10-01 20:34:11.281078
descriptionRaw bindings to SuiteSparse's LDL algorithm
homepage
repositoryhttps://github.com/vbarrielle/sprs
max_upload_size
id34426
size19,054
Magnus Ulimoen (mulimoen)

documentation

README

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.

Commit count: 1115

cargo fmt