Closed haampie closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2a264db
) 95.47% compared to head (9fd7e67
) 95.52%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It looks like converged, unwanted vectors can actually be problematic for the Krylov-Schur restart, since they have tiny residuals, and we need to construct reflectors out of those values.
By reordering the converged, unwanted to the tail of the decomposition, they're removed, and we don't have to compute reflectors involving their residuals.