SuperLUIterativeRefinement Property |
The iterative refinement option.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool IterativeRefinement { get; set; }
Public Property IterativeRefinement As Boolean
Get
Set
public:
property bool IterativeRefinement {
bool get ();
void set (bool value);
}
member IterativeRefinement : bool with 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