You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, my implementation requires a much smaller tolerance than LAPACK to get the same precision in the eigenvectors. I'm not sure why. Things to check
Will a QR/QL strategy be more precise? Right now I'm only doing QR.
Is the shift calculation avoiding canceling operations?
The text was updated successfully, but these errors were encountered:
For some reason, my implementation requires a much smaller tolerance than LAPACK to get the same precision in the eigenvectors. I'm not sure why. Things to check
The text was updated successfully, but these errors were encountered: