JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.

Home Page:https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a test for an edge case in implicit restart where the last shift is a double shift

haampie opened this issue · comments

Make sure we do not shrink the size of the Krylov subspace smaller than the minimum dimension.

Not really necessary, it works in #57