IMSL C# Numerical Library

ComplexSuperLU.PivotGrowth Property

Specifies whether to compute the reciprocal pivot growth factor.

public bool PivotGrowth {get; set;}

Property 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

ComplexSuperLU Class | Imsl.Math Namespace