PermutationMatrix.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.0
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