SuperLUDiagonalPivotThreshold Property |
The threshold used for a diagonal entry to be an acceptable pivot.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double DiagonalPivotThreshold { get; set; }
Public Property DiagonalPivotThreshold As Double
Get
Set
public:
property double DiagonalPivotThreshold {
double get ();
void set (double value);
}
member DiagonalPivotThreshold : float with get, set
Property Value
Type:
Double
A
double scalar specifying the threshold used for a
diagonal entry to be an acceptable pivot.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if DiagonalPivotThreshold is not in the interval
.
|
Remarks
By default, DiagonalPivotThreshold=1.0, i.e. classical partial
pivoting.
See Also