The reciprocal pivot growth factor.

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

Syntax

C#
public double ReciprocalPivotGrowthFactor { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReciprocalPivotGrowthFactor As Double
Visual C++
public:
property double ReciprocalPivotGrowthFactor {
	double get ();
}

Field Value

A double scalar representing the reciprocal growth factor
\max_{1 \le j \le n} \frac{\|\tilde{A}_j\|_\infty}{\|U_j\|_\infty}.
If the value is much less than 1, the stability of the LU factorization could be poor.

See Also