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
I should investigate whether we can implement warm-start directly in krylov_solve.jl.
This approach would be more robust because it would shift the right-hand side before invoking the Krylov method on the shifted linear system.
After solving, the solution would then be updated by adding the initial solution to the correction.
To be investigated...
The text was updated successfully, but these errors were encountered:
I should investigate whether we can implement warm-start directly in
krylov_solve.jl
.This approach would be more robust because it would shift the right-hand side before invoking the Krylov method on the shifted linear system.
After solving, the solution would then be updated by adding the initial solution to the correction.
To be investigated...
The text was updated successfully, but these errors were encountered: