[RFC]: add `blas/base/csscal`
- 主要语言
- JavaScript
- 星标
- 6k
- 派生
- 1.3k
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 611
描述
### Description
This RFC proposes adding the package `@stdlib/blas/base/csscal` for scaling a single-precision complex number by a real constant:
```c
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](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with `RFC:`.
贡献指南
调研方向
Start by reviewing the proposed csscal API and related tracker issue #2039. No implementation files, tests, or entry points are named, so identify the package structure and corresponding test conventions before proceeding; done means adding the proposed @stdlib/blas/base/csscal package with the stated interface.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100