In linear algebra, a Block LU decomposition is a matrix decomposition of a block matrix into a lower block triangular matrix L and an upper block triangular matrix U. This decomposition is used in numerical analysis to reduce the complexity of the block matrix formula.
Contents
Block LDU decomposition
Block Cholesky decomposition
Consider a block matrix:
where the matrix
We can also rewrite the above equation using the half matrices:
where the Schur complement of
and the half matrices can be calculated by means of Cholesky decomposition or LDL decomposition. The half matrices satisfy that
Thus, we have
where
The matrix