Permutation Matrix.Permutation Property
Gets the Permutation represented by this permutation matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Permutation Permutation { get; }
Property Value
PermutationRemarks
The Permutation object that produces the same result as multiplying a vector or matrix on the left with this permutation matrix.