-
-
Notifications
You must be signed in to change notification settings - Fork 835
feat: add blas/base/dznrm2
#2271
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
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.
Marking this PR as needing changes for similar reasons as #2270 .
@aman-095 LMK when this PR is ready for review. |
Hey, @kgryte, I have added |
PR-URL: stdlib-js#2536 Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: stdlib-js#2537 Ref: stdlib-js#649 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: stdlib-js#2539 Reviewed-by: Athan Reines <kgryte@gmail.com>
…/aman-095/2271
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.
Description
This RFC proposes to add a routine to find the euclidean norm of a complex double-precision floating-point vector as defined in BLAS Level 1 routines. Specifically adding
@stdlib/blas/base/dznrm2
is proposed.Related Issues
None.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers