Skip to content
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

[RFC]: add blas/base/csscal #2173

Open
3 tasks done
performant23 opened this issue Apr 15, 2024 · 0 comments · May be fixed by #2169
Open
3 tasks done

[RFC]: add blas/base/csscal #2173

performant23 opened this issue Apr 15, 2024 · 0 comments · May be fixed by #2169

Comments

@performant23
Copy link
Contributor

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

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@performant23 performant23 linked a pull request Apr 15, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant