#include <cs_iter_algo.h>
Data Fields | |
Generic parameters | |
int | verbosity |
Stoppping criteria | |
Set of tolerances to drive the convergence of the iterative algorithm or max. number of iterations | |
int | n_max_algo_iter |
double | atol |
double | rtol |
double | dtol |
atol |
Absolute tolerance
dtol |
Tolerance to detect a divergence of the algorithm. Not used if < 0
n_max_algo_iter |
Maximal number of iterations for the algorithm
rtol |
Relative tolerance
verbosity |
Level of printed information