PermutationMatrix.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#
public Permutation Permutation { get; }

Property Value

Permutation

Remarks

The Permutation object that produces the same result as multiplying a vector or matrix on the left with this permutation matrix.

See Also