Click or drag to resize
SuperLUEquilibrate Property
Specifies if input matrix A is equilibrated before factorization.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool Equilibrate { get; set; }

Property Value

Type: Boolean
A bool specifying whether or not matrix A is equilibrated before factorization. If Equilibrate is true the system is equilibrated, if Equilibrate is false, no equilibration is performed.
Remarks
By default, Equilibrate = true.
See Also