ComplexSuperLUScaling Enumeration |
Equilibration method before factorization, this setting is returned
from GetEquilibrationMethod.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Enumeration Scaling
public enum class Scaling
Members
| Member name | Value | Description |
---|
| None | 1 |
Indicates that input matrix A was not equilibrated before
factorization.
|
| Row | 2 |
Indicates that input matrix A was row scaled before
factorization.
|
| Column | 3 |
Indicates that input matrix A was column scaled before
factorization.
|
| RowAndColumn | 4 |
Indicates that input matrix A was row and column scaled before
factorization.
|
See Also