Sparse Compressed Column Matrix<T>.Get Column Ordering Method
Returns a permutation corresponding to a column ordering that minimizes fill-in
during the LU decomposition of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Permutation object that specifies the column ordering.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Permutation GetColumnOrdering()
Return Value
PermutationA Permutation object that specifies the column ordering.