ComplexSuperLUPivotGrowth Property |
Specifies whether to compute the reciprocal pivot growth factor.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool PivotGrowth { get; set; }
Public Property PivotGrowth As Boolean
Get
Set
public:
property bool PivotGrowth {
bool get ();
void set (bool value);
}
member PivotGrowth : bool with get, set
Property Value
Type:
Boolean
A
bool specifying whether to compute the reciprocal pivot
growth factor.
true indicates the reciprocal pivot factor
will be computed,
false indicates it will not be computed.
Remarks
By default, PivotGrowth = false.
See Also