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

Handle some edge cases better

haampie opened this issue · comments

  • All zeros matrix gives zero norm of Hessenberg matrix: < should be <= in convergence criterion
  • Division by zero when computing eigenvectors of quasi upper triangular matrix
  • Sylvester equation can be very ill-conditioned with close eigenvalues -- currently it checks if the eqn is exactly singular, but we should probably improve the situation where it's close to singular