ComplexSuperLUEquilibrate Property |
Specifies if input matrix A is equilibrated before factorization.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool Equilibrate { get; set; }
Public Property Equilibrate As Boolean
Get
Set
public:
property bool Equilibrate {
bool get ();
void set (bool value);
}
member Equilibrate : bool with 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