Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.GetInverse Method 

Calculates the inverse of this Matrix.

[Visual Basic]
Overrides Public Function GetInverse() As Matrix
[C#]
public override Matrix GetInverse();

Return Value

The GeneralMatrix inverse of the GeneralMatrix.

Exceptions

Exception TypeCondition
MatrixSingularExceptionThe GeneralMatrix underlying this system of equations is singular and does not have an inverse.
DimensionMismatchExceptionThe GeneralMatrix underlying this system of equations is not square.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace