Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Calculates the inverse of this Matrix.
The GeneralMatrix inverse of the GeneralMatrix.
| Exception Type | Condition |
|---|---|
| MatrixSingularException | The GeneralMatrix underlying this system of equations is singular and does not have an inverse. |
| DimensionMismatchException | The GeneralMatrix underlying this system of equations is not square. |
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace