Home | History | Annotate | Download | only in IterativeSolvers

Lines Matching full:iterations

27  *  \param iters     on input: maximum number of iterations to perform
28 * on output: number of iterations performed
29 * \param restart number of iterations for a restart
227 * The maximal number of iterations and tolerance value can be controlled via the setMaxIterations()
228 * and setTolerance() methods. The defaults are the size of the problem for the maximal number of iterations
239 * std::cout << "#iterations: " << solver.iterations() << std::endl;
245 * By default the iterations start with x=0 as an initial guess of the solution.
302 /** Get the number of iterations after that a restart is performed.
306 /** Set the number of iterations after that a restart is performed.
307 * \param restart number of iterations for a restarti, default is 30.