Calculates the inverse matrix..
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> GetInverse()
Public Function GetInverse As Matrix(Of T)
public:
Matrix<T>^ GetInverse()
member GetInverse : unit -> Matrix<'T>
Return Value
Type:
MatrixTA
DenseMatrixT that is the matrix inverse of
this instance.
Reference