IMSL C# Numerical Library

SuperLU.ColumnOrdering Enumeration

The column permutation method to be used.

public enum SuperLU.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 A^TA.
MinimumDegreeAtPlusA For column ordering, use minimum degree ordering on the structure of A^T+A.
ColumnApproximateMinimumDegree For column ordering, use column approximate minimum degree ordering.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace