stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add `blas/base/csscal`

Open performant23 opened this issue 1 year ago • 0 comments

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:.

performant23 avatar Apr 15 '24 20:04 performant23