| Crates.io | sprs_suitesparse_ldl |
| lib.rs | sprs_suitesparse_ldl |
| version | 0.8.0 |
| created_at | 2017-10-04 20:46:36.805535+00 |
| updated_at | 2022-06-20 07:09:27.54187+00 |
| description | sprs bindings to the suitesparse ldl solver |
| homepage | |
| repository | https://github.com/sparsemat/sprs |
| max_upload_size | |
| id | 34427 |
| size | 27,442 |
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.