v0.3.2
Fix a bug where ArnoldiMethod.jl
would accidentally use eps(typeof(tol))
in the stopping criterion instead of the matrix number type. So, with say BigFloat and tol = 1e-30 it would converge to 1e-16 accuracy instead of 1e-30.
Fix a bug where ArnoldiMethod.jl
would accidentally use eps(typeof(tol))
in the stopping criterion instead of the matrix number type. So, with say BigFloat and tol = 1e-30 it would converge to 1e-16 accuracy instead of 1e-30.