Fix GMRES lucky breakdown #1025
Labels
is:bug
Something looks wrong.
is:enhancement
An improvement of an existing feature.
is:todo
This issue describes a concrete task to be done
type:solver
This is related to the solvers
type:stopping-criteria
This is related to the stopping criteria
Currently we don't correctly deal with the case that the initial guess already solves Ax=b, which leads to NaNs in (CB-)GMRES in #973. This should be fixed before the next release, probably by stopping early even if the stopping criterion has not yet fired.
The text was updated successfully, but these errors were encountered: