Click or drag to resize
ComplexSuperLUScaling Enumeration
Equilibration method before factorization, this setting is returned from GetEquilibrationMethod.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Scaling
Members
  Member nameValueDescription
None1 Indicates that input matrix A was not equilibrated before factorization.
Row2 Indicates that input matrix A was row scaled before factorization.
Column3 Indicates that input matrix A was column scaled before factorization.
RowAndColumn4 Indicates that input matrix A was row and column scaled before factorization.
See Also