Skip to content

v0.3.2

Compare
Choose a tag to compare
@haampie haampie released this 17 Feb 22:05
· 20 commits to master since this release

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.