Click or drag to resize
ComplexSuperLUPivotGrowth Property
Specifies whether to compute the reciprocal pivot growth factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool PivotGrowth { 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