We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have occasionally seen seg fault error from LAPACK routine:DSTEMR. I tried saving the tridiagonal into a file and loaded with matlab and did ``eig''. Nothing was wrong in matlab. So, I assume that this is a bug in Lapack. It actually is confirmed as a bug. see http://www.netlib.org/lapack/Errata/index2.html#_strong_span_class_red_bug_159_span_strong_dstemr_consolidates_bugs_113_and_126.
So, in ratlanNr and cheblanNr, we comment it out and use dsetv. When this bug is fixed, we may change it back.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have occasionally seen seg fault error from LAPACK routine:DSTEMR. I tried saving the tridiagonal into a file and loaded with matlab and did ``eig''. Nothing was wrong in matlab. So, I assume that this is a bug in Lapack. It actually is confirmed as a bug. see http://www.netlib.org/lapack/Errata/index2.html#_strong_span_class_red_bug_159_span_strong_dstemr_consolidates_bugs_113_and_126.
So, in ratlanNr and cheblanNr, we comment it out and use dsetv. When this bug is fixed, we may change it back.
The text was updated successfully, but these errors were encountered: