Click or drag to resize
ComplexSuperLUColumnOrdering 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 Indicates natural ordering.
MinimumDegreeAtA1 Indicates minimum degree ordering on the structure of A^TA.
MinimumDegreeAtPlusA2 Indicates minimum degree ordering on the structure of A^T+A.
ColumnApproximateMinimumDegree3 Indicates column approximate minimum degree ordering.
See Also