LU Inverse
Calculation of the inverse matrix using the LU decomposition usage.
blockType: SubSystem
Path in the library:
|
Description
Block LU Inverse calculates the inverse matrix of the input square matrix with rearranged lines using LU-decomposition:
Where
-
— the matrix with rearranged strings, the order of the permutations is determined by the permutation vector ;
-
— lower triangular matrix with single diagonal elements (unit triangular matrix);
-
— upper triangular matrix.
The block outputs the inverse matrix .