Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > QRDecomposition Class > Methods
Calculates the inverse of the factorized Matrix.
The inverse of a matrix is the matrix that, when multiplied by the original matrix, gives an identity matrix.
If the matrix is singular, its inverse does not exist and a MatrixSingularException is thrown.
The inverse is only defined for a square matrix. If the matrix is not square, an exception of type DimensionMismatchException is thrown.
| Exception Type | Condition |
|---|---|
| DimensionMismatchException | The matrix is not square. |
| MatrixSingularException | The matrix is singular. |
QRDecomposition Class | Extreme.Mathematics.LinearAlgebra Namespace | LinearTransformation