Engee documentation

Matrix Inverses

In the section Matrix Inverses libraries Signal Operations 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

Calculation of the inverse Hermitian positive definite matrix using the Cholesky decomposition.

LDL Inverse

Calculation of the inverse Hermitian positive definite matrix using LDL decomposition.

LU Inverse

Calculation of the inverse matrix using the LU decomposition usage.