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
The first line of dgegs.f and dgegv.f has the description
*> \brief DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
This is particularly confusing on netlib.org, where these are at the top of the list of functions for solving a real eigenvalue problem: http://www.netlib.org/lapack/explore-html/d9/d8e/group__double_g_eeigen.html
The text was updated successfully, but these errors were encountered:
Closes Reference-LAPACK#230
48adc21
Merge pull request #831 from weslleyspereira/fix-230
971b058
update brief descriptions of function purpose, Closes #230
langou
No branches or pull requests
The first line of dgegs.f and dgegv.f has the description
*> \brief DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
This is particularly confusing on netlib.org, where these are at the top of the list of functions for solving a real eigenvalue problem:
http://www.netlib.org/lapack/explore-html/d9/d8e/group__double_g_eeigen.html
The text was updated successfully, but these errors were encountered: