Matrix Inverses
In the section Matrix Inverses libraries Signal Processing It is possible to calculate inverse matrices using various decomposition methods such as Cholesky, LDL and LU decompositions. These blocks provide calculations for working with positive definite matrices and solving systems of equations.
- Cholesky Inverse
-
Computing the inverse Hermite of a positively defined matrix using the Cholecki decomposition.
- LDL Inverse
-
Computing the inverse Hermite of a positively defined matrix using LDL decomposition.
- LU Inverse
-
Computation of inverse matrix using LU decomposition.