IMSL C# Numerical Library

ComplexSuperLU.IterativeRefinement Property

Specifies whether to perform iterative refinement.

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

ComplexSuperLU Class | Imsl.Math Namespace