DSP Blockset
  Go to block:
    Search    Help Desk 
LDL Factorization    See Also

Factor a Hermitian positive definite matrix into lower, upper, and diagonal components.

Library

Linear Algebra, in Math Functions

Description

The LDL Factorization block uniquely factors the Hermitian positive definite input matrix S as

where L is a lower triangular square matrix with unity diagonal elements, D is a diagonal matrix, and LH denotes the Hermitian transpose of L. The block's output is a composite matrix with lower triangle L, diagonal D and upper triangle LH. The format is shown below for a 5-by-5 matrix.

Example:

LDL factorization requires half the computation of Gaussian elimination (LU decomposition), and is always stable. It is more efficient that Cholesky factorization because it avoids computing the square roots of the diagonal elements.

Dialog Box

References

Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.

See Also

Cholesky Factorization
LDL Solver
LU Factorization
QR Factorization


[ Previous | Help Desk | Next ]