Engee documentation

Matrix Inverses

In the section Matrix Inverses libraries Signal Operations you can compute inverse matrices using various decomposition methods such as Choletsky, LDL and LU decompositions. These blocks provide calculations for working with positively defined 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.