Specifies whether to compute the reciprocal pivot growth factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public bool PivotGrowth { get; set; }
Visual Basic (Declaration)
Public Property PivotGrowth As Boolean
Visual C++
public:
property bool PivotGrowth {
	bool get ();
	void set (bool value);
}

Field Value

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