SuperLU.ReciprocalPivotGrowthFactor Property |
The reciprocal pivot growth factor.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double ReciprocalPivotGrowthFactor { get; }
Public ReadOnly Property ReciprocalPivotGrowthFactor As Double
Get
public:
property double ReciprocalPivotGrowthFactor {
double get ();
}
member ReciprocalPivotGrowthFactor : float with get
Property Value
Type:
Double
A
double scalar representing the reciprocal growth factor
If the value is much less than 1, the stability of the

factorization could be poor.
See Also