Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-08-19 19:30 0fc54965

View on Github →

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.

Estimated changes