stdlib
stdlib copied to clipboard
[RFC]: add `blas/base/csscal`
Description
This RFC proposes adding the package @stdlib/blas/base/csscal for scaling a single-precision complex number by a real constant:
void csscal(const int N, const float alpha, void *X, const int strideX);
Related Issues
Related issues: #2039 (Tracker)
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.