The column permutation method to be used.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum ColumnOrdering |
Visual Basic (Declaration) |
---|
Public Enumeration ColumnOrdering |
Visual C++ |
---|
public enum class ColumnOrdering |
Members
Member name | Description | |
---|---|---|
Natural |
For column ordering, use the natural ordering.
| |
MinimumDegreeAtA |
For column ordering, use minimum degree ordering on the structure of
![]() | |
MinimumDegreeAtPlusA |
For column ordering, use minimum degree ordering on the structure of
![]() | |
ColumnApproximateMinimumDegree |
For column ordering, use column approximate minimum degree ordering.
|