Matrix<T>.Get Inverse Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Calculates the inverse matrix.. |
Get | Calculates the inverse of this matrix. |
GetInverse(Boolean)
Calculates the inverse of this matrix.
public override Matrix<T> GetInverse(
bool overwrite
)
Parameters
- overwrite Boolean
- A Boolean value that specifies whether the matrix may be overwritten with the inverse.
Return Value
Matrix<T>The matrix inverse of the Matrix<T>.
Exceptions
Matrix | The Matrix<T> is singular and does not have an inverse. |
Dimension | The Matrix<T> is not square. |