Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21dd53c197d3cd0

Jump to content

Block LU decomposition

From Wikipedia, the free encyclopedia

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.[1]

Block LDU decomposition

[edit]

Block Cholesky decomposition

[edit]

Consider a block matrix:

where the matrix is assumed to be non-singular, is an identity matrix with proper dimension, and is a matrix whose elements are all zero.

We can also rewrite the above equation using the half matrices:

where the Schur complement of in the block matrix is defined by

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 can be decomposed in an algebraic manner into

See also

[edit]

References

[edit]
  1. Gallivan, K. A.; Plemmons, R. J.; Sameh, A. H. (1990). "Parallel Algorithms for Dense Linear Algebra Computations". SIAM Review. 32 (1): 94–95. ISSN 0036-1445. Retrieved 24 June 2025.