ArnoldiMethod.jl icon indicating copy to clipboard operation
ArnoldiMethod.jl copied to clipboard

Handle some edge cases better

Open haampie opened this issue 6 years ago • 0 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

haampie avatar Sep 13 '18 17:09 haampie