Krylov.jl icon indicating copy to clipboard operation
Krylov.jl copied to clipboard

Implement transfer QMR -> BiCG

Open dpo opened this issue 5 years ago • 2 comments

See Freund & Nachtigal p.329. What criterion should we use for the transfer? Residual? Error? Other?

dpo avatar Dec 12 '19 22:12 dpo

For beginning, transfer based on residual norms could be interesting. We just need to compute exactly the residual norms of QMR for that. #156

amontoison avatar Dec 13 '19 03:12 amontoison

Yes, or we could use a residual estimate to begin with.

dpo avatar Dec 13 '19 17:12 dpo