![]() |
Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
|
The ResidualNormBase class provides a framework for stopping criteria related to the residual norm. More...
#include <ginkgo/core/stop/residual_norm.hpp>
Friends | |
| class | EnablePolymorphicObject< ResidualNormBase< ValueType >, Criterion > |
The ResidualNormBase class provides a framework for stopping criteria related to the residual norm.
These criteria differ in the way they initialize starting_tau_, so in the value they compare the residual norm against. The provided check_impl uses the actual residual to check for convergence.