mathlib
0fc54965 - feat(linear_algebra/matrix): LDL Decomposition (#15220)

Commit
3 years ago
feat(linear_algebra/matrix): LDL Decomposition (#15220) Any positive definite matrix `S` can be decomposed as `S = LDLá´´` where `L` is a lower-triangular matrix and `D` is a diagonal matrix.
Author
Parents
Loading