![]() |
CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
|
The Pardiso solution phase parameters. More...

Public Member Functions | |
| void | setMaxIterativeRefinements (int_t numIters) |
| Sets maximum number of iterative refinement steps. | |
The Pardiso solution phase parameters.
| void cla3p::pardiso::SolveParams::setMaxIterativeRefinements | ( | int_t | numIters | ) |
Sets maximum number of iterative refinement steps.
| [in] | numIters | The maximum iteration number. |
Sets the maximum number of iterative refinement steps that the solver performs.
numIters steps of iterative refinement. The solver might stop the process before the maximum number of steps.numIters steps of iterative refinement. The accumulation of the residuum uses extended precision real and complex data types.