IMSL C# Numerical Library

SuperLU.IterativeRefinement Property

The iterative refinement option.

public bool IterativeRefinement {get; set;}

Property Value

A bool specifying whether to use iterative refinement.

Remarks

For iterative refinement, set IterativeRefinement = true, otherwise set IterativeRefinement = false.

By default, IterativeRefinement = false.

See Also

SuperLU Class | Imsl.Math Namespace