Calculates the inverse matrix..
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix GetInverse()
Public Function GetInverse As Matrix
public:
Matrix^ GetInverse()
member GetInverse : unit -> Matrix
Return Value
Type:
MatrixA
DenseMatrix that is the matrix inverse of
this instance.
Numerical Libraries
Supported in: 5.x, 4.x
Reference