Permutation Matrix.Get Inverse Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
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<double> GetInverse(
bool overwrite
)Parameters
- overwrite Boolean
Return Value
Matrix<Double>The matrix inverse of the PermutationMatrix.
Remarks
The inverse of a permutation matrix equals its transpose.