Click or drag to resize
SuperLUColumnOrdering Enumeration
The column permutation method to be used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum ColumnOrdering
Members
  Member nameValueDescription
Natural0 For column ordering, use the natural ordering.
MinimumDegreeAtA1 For column ordering, use minimum degree ordering on the structure of A^TA.
MinimumDegreeAtPlusA2 For column ordering, use minimum degree ordering on the structure of A^T+A.
ColumnApproximateMinimumDegree3 For column ordering, use column approximate minimum degree ordering.
See Also