We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7400659 commit 0f59e70Copy full SHA for 0f59e70
1 file changed
include/ginkgo/core/stop/iteration.hpp
@@ -100,10 +100,11 @@ deferred_factory_parameter<Iteration::Factory> max_iters(size_type count);
100
* ```
101
*
102
* @param count the number of iterations after which to start checking the
103
- * inner criterion
+ * inner criterion
104
* @param criterion the inner criterion, which will not be checked until
105
* `count` iterations finished, afterwards the min_iters
106
* stopping criterion behaves like the inner criterion.
107
+ *
108
* @return a deferred_factory_parameter that can be passed to the
109
* `with_criteria` function when building a solver.
110
*/
0 commit comments