DSP Blockset | ![]() ![]() |
Compute the inverse of a Hermitian positive definite matrix using LDL factorization.
Library
Math Functions / Matrices and Linear Algebra / Matrix Inverses
Description
The LDL Inverse block computes the inverse of the Hermitian positive definite input matrix S by performing an LDL factorization.
L is a lower triangular square matrix with unity diagonal elements, D is a diagonal matrix, and L* is the Hermitian (complex conjugate) transpose of L. Only the diagonal and lower triangle of the input matrix are used, and any imaginary component of the diagonal entries is disregarded. The output is always sample-based.
LDL factorization requires half the computation of Gaussian elimination (LU decomposition), and is always stable. It is more efficient than Cholesky factorization because it avoids computing the square roots of the diagonal elements.
The algorithm requires that the input be Hermitian positive definite. When the input is not positive definite, the block reacts with the behavior specified by the Non-positive definite input parameter. The following options are available:
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 Inverse |
DSP Blockset |
LDL Factorization |
DSP Blockset |
LDL Solver |
DSP Blockset |
LU Inverse |
DSP Blockset |
Pseudoinverse |
DSP Blockset |
inv |
MATLAB |
See Inverting Matrices for related information.
![]() | LDL Factorization | LDL Solver | ![]() |