-
-
Notifications
You must be signed in to change notification settings - Fork 848
Open
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.BLASIssue or pull request related to Basic Linear Algebra Subprograms (BLAS).Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.FortranIssue involves or relates to Fortran.Issue involves or relates to Fortran.JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.Native AddonsIssue involves or relates to Node.js native add-ons.Issue involves or relates to Node.js native add-ons.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.priority: HighHigh priority concern or feature request.High priority concern or feature request.
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:
.
Metadata
Metadata
Assignees
Labels
AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.BLASIssue or pull request related to Basic Linear Algebra Subprograms (BLAS).Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.FortranIssue involves or relates to Fortran.Issue involves or relates to Fortran.JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.Native AddonsIssue involves or relates to Node.js native add-ons.Issue involves or relates to Node.js native add-ons.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.priority: HighHigh priority concern or feature request.High priority concern or feature request.