-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
feat: add blas/base/drot
#1823
feat: add blas/base/drot
#1823
Conversation
@kgryte @Pranavchiku @Planeshifter please review I have applied the necessary changes. |
blas/base/drot
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.
This is good. Nice work. Requested changes, once done this will be ready to merge.
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.
This is good. Nice work. Requested changes, once done this will be ready to merge.
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
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.
@aman-095 Thanks for continuing to work on this. Left a number of comments regarding documentation which still need to be addressed.
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!
@aman-095 Note that I did a fairly heavy refactor of the tests and other changes. You'll want to apply similar changes to your |
Resolves #276.
Description
This RFC proposes to add a routine to apply a plane rotation as defined in BLAS Level 1 routines. Specifically adding
@stdlib/blas/base/drot
is proposed.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers