Click or drag to resize
ComplexSuperLUDiagonalPivotThreshold Property
The threshold used for a diagonal entry to be an acceptable pivot.

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

Property Value

Type: Double
A double scalar specifying the threshold used for a diagonal entry to be an acceptable pivot.
Exceptions
ExceptionCondition
ArgumentException is thrown if DiagonalPivotThreshold is not in the interval [0.0,1.0].
Remarks
By default, DiagonalPivotThreshold=1.0, i.e. classical partial pivoting.
See Also