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
Fixed a bug where locking and purging destroyed the partial Schur decomposition, which was triggered in case of irregular convergence of eigenvalues closest to the target, typically seen in matrices with repeated eigenvalues close to the target.
Add support for :LM, :SR, :LR, :SI and :LI symbols for partialschur(..., which=...), as seen in Arpack.jl and KrylovKit.jl.
General maintenance of CI, docs and package structure.