-
-
Notifications
You must be signed in to change notification settings - Fork 834
feat: add blas/base/scnrm2
#2270
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/scnrm2/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/base/scnrm2/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/base/scnrm2/benchmark/benchmark.js
Outdated
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 an initial round of comments and requested changes. This package does not include C/Fortran implementations. Is the plan to add in a subsequent PR? The OP does not currently say.
…/aman-095/2270
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.
Description
This RFC proposes to add a routine to find the euclidean norm of a complex single-precision floating-point vector as defined in BLAS Level 1 routines. Specifically adding
@stdlib/blas/base/scnrm2
is proposed.Related Issues
None.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers