Skip to content

[RFC]: add blas/base/zdotu #2125

Open
Open
@performant23

Description

Description

This RFC proposes adding the package @stdlib/blas/base/zdotu for performing dot product of 2 complex double-precision vectors:

void c_zdotu( const int *N, const void *X, const int *strideX, const void *Y, const int *strideY);

Related Issues

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.FeatureIssue or pull request for adding a new feature.FortranIssue involves or relates to Fortran.JavaScriptIssue involves or relates to JavaScript.Native AddonsIssue involves or relates to Node.js native add-ons.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