Closed
Description
Description
This RFC proposes adding the package @stdlib/blas/base/zswap
for interchanging two complex double-precision floating-point vectors.
void c_zswap( const int N, void *X, const int strideX, void *Y, const int strideY )
Related Issues
Related issues: #2039
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:
.
Metadata
Metadata
Assignees
Labels
RFC feature request which has been accepted.Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).Issue involves or relates to C.Issue involves or relates to Fortran.Issue involves or relates to Node.js native add-ons.Request for comments. Feature requests and proposed changes.Likely to be challenging but manageable.High priority concern or feature request.