sprs_suitesparse_ldl

Crates.iosprs_suitesparse_ldl
lib.rssprs_suitesparse_ldl
version0.8.0
sourcesrc
created_at2017-10-04 20:46:36.805535
updated_at2022-06-20 07:09:27.54187
descriptionsprs bindings to the suitesparse ldl solver
homepage
repositoryhttps://github.com/sparsemat/sprs
max_upload_size
id34427
size27,442
Magnus Ulimoen (mulimoen)

documentation

README

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.

Commit count: 1115

cargo fmt