IMSL C# Numerical Library

ComplexSuperLU.ColumnOrdering Enumeration

The column permutation method to be used.

public enum ComplexSuperLU.ColumnOrdering

Members

Member Name Description
Natural Indicates natural ordering.
MinimumDegreeAtA Indicates minimum degree ordering on the structure of A^TA.
MinimumDegreeAtPlusA Indicates minimum degree ordering on the structure of A^T+A.
ColumnApproximateMinimumDegree Indicates column approximate minimum degree ordering.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace