ldl 0.1.0

LDL factorisation for quasi-definite linear systems
Documentation
  • Coverage
  • 50%
    5 out of 10 items documented0 out of 7 items with examples
  • Size
  • Source code size: 38.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • rwl/ldl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rwl

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 or https://www.apache.org/licenses/LICENSE-2.0).

The original C source code from OSQP was translated into Rust by Richard Lincoln.