Calculates the inverse of this matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override Matrix<T> GetInverse(
bool overwrite
)
Public Overrides Function GetInverse (
overwrite As Boolean
) As Matrix(Of T)
public:
virtual Matrix<T>^ GetInverse(
bool overwrite
) override
abstract GetInverse :
overwrite : bool -> Matrix<'T>
override GetInverse :
overwrite : bool -> Matrix<'T>
Parameters
- overwrite
- Type: SystemBoolean
A Boolean value that specifies whether the
matrix may be overwritten with the inverse.
Return Value
Type:
MatrixTThe matrix inverse of the
MatrixT.
Reference