LU Inverse
Computation of inverse matrix using LU decomposition.
Description
The LU Inverse block computes the matrix inverse of the input square matrix with rearranged rows using LU decomposition:
,
where
-
- matrix with rearranged rows, the order of permutations is determined by the vector of permutations ;
-
- lower triangular matrix with unit diagonal elements (unitriangular matrix);
-
- upper triangular matrix.
The block outputs the inverse matrix .