Belos: Add condition number estimation to GMRES #4645
Labels
DO_NOT_AUTOCLOSE
This issue should be exempt from auto-closing by the GitHub Actions bot.
pkg: Belos
type: enhancement
Issue is an enhancement, not a bug
@trilinos/belos
@drnoble requests that we add condition number estimation to GMRES.
Motivation and Context
@drnoble wants this feature for scaling studies. CG already has this feature (thanks to @csiefer2 :-) ). AztecOO's GMRES does too.
Possible Solution
It may be possible to do this with a custom StatusTest. The StatusTest would have access to the iteration object, which in turn has access to GMRES' upper Hessenberg matrix (actually matrices, since we're talking about
Belos::PseudoBlockGmresIter
).The text was updated successfully, but these errors were encountered: