We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
blas/base/csscal
This RFC proposes adding the package @stdlib/blas/base/csscal for scaling a single-precision complex number by a real constant:
@stdlib/blas/base/csscal
void csscal(const int N, const float alpha, void *X, const int strideX);
Related issues: #2039 (Tracker)
No.
RFC:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
This RFC proposes adding the package
@stdlib/blas/base/csscal
for scaling a single-precision complex number by a real constant:Related Issues
Related issues: #2039 (Tracker)
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: