An open API service indexing awesome lists of open source software.

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

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.