Click or drag to resize
ComplexSuperLUIterativeRefinement Property
Specifies whether to perform iterative refinement.

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

Property Value

Type: Boolean
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