You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussion with @jorisv, it seems the MINRES solver (for systems Ax = b) has a few problems with termination. It can happen when calling solver.solveWithGuess(b, xinit) with xinit equal to the actual solution.
Following discussion with @jorisv, it seems the MINRES solver (for systems
Ax = b) has a few problems with termination. It can happen when callingsolver.solveWithGuess(b, xinit)withxinitequal to the actual solution.These were noticed in #1