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

Number of eigenvalues off by one

haampie opened this issue · comments

julia> r = IRAM.restarted_arnoldi(A, 5, 30, 2, 0.00001, 100);
active = 2

julia> r.k
1