Skip to content

[RFC]: add blas/base/zswap #2047

Closed
@performant23

Description

@performant23

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

AcceptedRFC feature request which has been accepted.BLASIssue or pull request related to Basic Linear Algebra Subprograms (BLAS).CIssue involves or relates to C.FortranIssue involves or relates to Fortran.Native AddonsIssue involves or relates to Node.js native add-ons.RFCRequest for comments. Feature requests and proposed changes.difficulty: 3Likely to be challenging but manageable.priority: HighHigh priority concern or feature request.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions