Skip to content

v0.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 23:30

ArnoldiMethod v0.3.4

Diff since v0.3.3

This release implements purging of converged, unwanted Ritz values. This should improve stability of the Krylov-Schur restart, as previously converged but unwanted Ritz values caused tiny residuals, which appear in a vector we need to compute a reflector for, leading to instabilities. For additional stability, we also implement the initial rotations in the Krylov-Schur restart through Given's rotations instead of Householder reflections. The square H matrix is brought back with Householder reflections afterwards.