-
-
Notifications
You must be signed in to change notification settings - Fork 806
feat: add blas/base/idamax
#2152
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
Conversation
lib/node_modules/@stdlib/blas/base/idamax/benchmark/fortran/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/base/idamax/benchmark/fortran/benchmark.length.f
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments above, I request you to iterate over isamax
also.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @aman-095! Note that the changes made to this PR should be replicated to the PR adding support for isamax
.
Description
This RFC proposes to add a routine to find the index of the first element having maximum absolute value as defined in BLAS Level 1 routines. Specifically adding
@stdlib/blas/base/idamax
is proposed.Related Issues
None.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers