Raphael Lehner

Results 2 issues of Raphael Lehner

Changes of the pull request: - Fix design problem with `multi_shift_fom` and `multi_shift_fgmres`. Instead of returning $\rho$ values for preconditioned FGMRES, save the values as an instance variable. - Sort...

Calculation of Krylov basis after restart was wrong. See, e.g., vector $v_1$ of ALGORITHM 6.5 of [https://www-users.cse.umn.edu/~saad/IterMethBook_2ndEd.pdf](url). This can be seen by running ```python import gpt as g # load...