Hermitian Matrix<T>.Get Inverse Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Calculates the inverse matrix.. |
Get | Calculates the inverse matrix. |
GetInverse(Boolean)
Calculates the inverse matrix.
public override Matrix<T> GetInverse(
bool overwrite
)
Parameters
- overwrite Boolean
Return Value
Matrix<T>A HermitianMatrix<T> that is the matrix inverse of this instance.
Exceptions
Matrix | The HermitianMatrix<T> is singular and does not have an inverse. |