IMSL C# Numerical Library

SuperLU.DiagonalPivotThreshold Property

The threshold used for a diagonal entry to be an acceptable pivot.

public double DiagonalPivotThreshold {get; set;}

Property Value

A double scalar specifying the threshold used for a diagonal entry to be an acceptable pivot.

Remarks

By default, DiagonalPivotThreshold=1.0, i.e. classical partial pivoting.

Exceptions

Exception Type Condition
ArgumentException is thrown if DiagonalPivotThreshold is not in the interval [0.0,1.0].

See Also

SuperLU Class | Imsl.Math Namespace