Click or drag to resize
ComplexSuperLUReciprocalPivotGrowthFactor Property
The reciprocal pivot growth factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ReciprocalPivotGrowthFactor { get; }

Property Value

Type: Double
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