stdlib-js/stdlib

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

performant23 opened this issue · 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

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.