The method used to permute the columns of the input matrix.
A ColumnOrdering scalar specifying how the columns of the input matrix are to be permuted for sparsity preservation.
| value | method |
|---|---|
Natural |
natural ordering, that is |
MinimumDegreeAtPlusA |
minimum degree ordering on the structure of |
MinimumDegreeAtA |
minimum degree ordering on the structure of |
ColumnApproximateMinimumDegree
|
column approximate minimum degree ordering |
By default, ColumnOrderingMethod = ComplexSuperLU.ColumnOrdering.ColumnApproximateMinimumDegree.
| Exception Type | Condition |
|---|---|
| ArgumentException | is thrown if value is not one of the above values. |
ComplexSuperLU Class | Imsl.Math Namespace