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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A Permutation object that specifies the column ordering.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Permutation GetColumnOrdering()
Return Value
PermutationA Permutation object that specifies the column ordering.