-
-
Notifications
You must be signed in to change notification settings - Fork 586
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/cscal
#2104
Conversation
@kgryte @Pranavchiku benchmarks for this routine are failing, don't know why NaN is coming in output. Can you please review it once? |
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 working on this. Left some comments. This needs a fairly heavy refactor given the misunderstanding around ca
.
Sure @kgryte will work on this and resolve the issues. |
lib/node_modules/@stdlib/blas/base/cscal/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/base/cscal/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/base/cscal/benchmark/benchmark.ndarray.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.
PR-URL: stdlib-js#2104 Ref: stdlib-js#2039 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
Description
This RFC proposes to add a routine to scale values of input complex single-precision floating-point vector by another complex single-precision floating-point constant vector as defined in BLAS Level 1 routines. Specifically adding
@stdlib/blas/base/cscal
is proposed.Related Issues
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers