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


Extreme Optimization Mathematics Library for .NET

LinearTransformation.GetInverse Method 

Calculates the inverse matrix..

[Visual Basic]
MustOverride Public Function GetInverse() As Matrix
[C#]
public abstract Matrix GetInverse();

Return Value

The Matrix inverse of the Matrix.

Exceptions

Exception TypeCondition
MatrixSingularExceptionThe linear transformation is singular and does not have an inverse.
DimensionMismatchExceptionThe Matrix of the linear transformation is not square.

See Also

LinearTransformation Class | Extreme.Mathematics.LinearAlgebra Namespace