-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
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
incorrect comment in dtrsv.f #931
Comments
langou
added a commit
that referenced
this issue
Nov 10, 2023
Merged
weslleyspereira
added a commit
that referenced
this issue
Nov 10, 2023
…rrect_blas_level_in_dtrsv fix #931
Thanks @DrTimothyAldenDavis. This should be fixed. |
Woohoo ... I found my first BLAS "bug" ;-) OK, not really a bug; just a minor documentation glitch. But I'm sure fixes even as trivial as this in the Fortran reference BLAS are rare. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the reference BLAS, dtrsv.f, the function is incorrectly listed as a BLAS level1 method:
lapack/BLAS/SRC/dtrsv.f
Line 144 in 8ecaaf9
See also line 139.
The other [dcz]strv.f functions have "level2" in their comments.
I haven't checked for incorrect references in the rest of the BLAS, but it would be a good idea to check that.
The text was updated successfully, but these errors were encountered: