https://github.com/rwl/ldl
LDL factorisation for quasi-definite linear systems
https://github.com/rwl/ldl
rust sparse-linear-systems
Last synced: 2 months ago
JSON representation
LDL factorisation for quasi-definite linear systems
- Host: GitHub
- URL: https://github.com/rwl/ldl
- Owner: rwl
- License: apache-2.0
- Created: 2021-12-17T14:50:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T18:15:07.000Z (over 3 years ago)
- Last Synced: 2025-03-28T10:49:26.574Z (3 months ago)
- Topics: rust, sparse-linear-systems
- Language: Rust
- Homepage: https://crates.io/crates/ldl
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDL
LDL factorisation routine. Factorize and solve quasi-definite linear
systems of the form `Ax=b`.## License
Use of the source code is governed by the Apache License, Version 2.0
([LICENSE](LICENSE) or https://www.apache.org/licenses/LICENSE-2.0).The original [C](https://github.com/osqp/qdldl) source code from OSQP
was translated into [Rust](https://rustlang.org/) by Richard Lincoln.