| DSP Blockset | Search  Help Desk |
| LDL Solver | See Also |
Solve the equation Sx=b for Hermitian positive definite matrix S.
Library
Linear Algebra, in Math FunctionsDescription
The LDL Solver block solves the linear system Sx=b by applying LDL factorization to matrix S (top input), which must be square and Hermitian positive definite. The bottom input is the right-hand-side of the equation, b. The output is the unique solution of the equations, x. LDL Factorization uniquely factors the Hermitian positive definite input matrix S as
.
.
.
NaN or Inf for underdetermined or inconsistent (overdetermined) systems.
Dialog Box

See Also
Backward Substitution