Permutation Matrix.Permutation Property
Gets the Permutation represented by this permutation matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.