Crates.io | ldl |
lib.rs | ldl |
version | 0.1.0 |
source | src |
created_at | 2022-01-21 18:15:24.456273 |
updated_at | 2022-01-21 18:15:24.456273 |
description | LDL factorisation for quasi-definite linear systems |
homepage | |
repository | https://github.com/rwl/ldl/ |
max_upload_size | |
id | 518677 |
size | 39,125 |
LDL factorisation routine. Factorize and solve quasi-definite linear
systems of the form Ax=b
.
Use of the source code is governed by the Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0).
The original C source code from OSQP was translated into Rust by Richard Lincoln.