Returns the permutation used to permute the columns of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Permutation ColumnPermutation { get; protected set; }
Public Property ColumnPermutation As Permutation
Get
Protected Set
public:
property Permutation^ ColumnPermutation {
Permutation^ get ();
protected: void set (Permutation^ value);
}
member ColumnPermutation : Permutation with get, set
Property Value
Type:
PermutationA
Permutation.
Numerical Libraries
Supported in: 5.x, 4.x
Reference