Equilibration method before factorization, this setting is returned
from GetEquilibrationMethod.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum Scaling |
Visual Basic (Declaration) |
---|
Public Enumeration Scaling |
Visual C++ |
---|
public enum class Scaling |
Members
Member name | Description | |
---|---|---|
None |
Indicates that input matrix A was not equilibrated before
factorization.
| |
Row |
Indicates that input matrix A was row scaled before
factorization.
| |
Column |
Indicates that input matrix A was column scaled before
factorization.
| |
RowAndColumn |
Indicates that input matrix A was row and column scaled before
factorization.
|