Commit 2022-10-12 13:05 68ead6e6
View on Github →feat(linear_algebra/matrix): Schur complement (#15270)
If a matrix A
is positive definite, then [A B; Bᴴ D]
is postive semidefinite if and only if D - Bᴴ A⁻¹ B
is postive semidefinite.
feat(linear_algebra/matrix): Schur complement (#15270)
If a matrix A
is positive definite, then [A B; Bᴴ D]
is postive semidefinite if and only if D - Bᴴ A⁻¹ B
is postive semidefinite.