IMSL C# Numerical Library

ComplexSuperLU.Scaling Enumeration

Equilibration method before factorization, this setting is returned from GetEquilibrationMethod.

public enum ComplexSuperLU.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.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace