Calculates the inverse of this matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 5.x
Reference