QRDecomposition<T>.Column Permutation Property
Returns the permutation used to permute the columns of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A Permutation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Permutation ColumnPermutation { get; protected set; }
Property Value
PermutationA Permutation.