Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:34

ArnoldiMethod v0.3.1

Diff since v0.3.0

Fixes the edge case of an all zeros matrix. Previous ArnoldiMethod.jl would not converge, and end up with NaNs, now it finds a proper eigenbasis. This edge case should help in general with robustness with repeated eigenvalues at exactly zero.