Open
Description
opened on Apr 5, 2024
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
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 or pull request for adding a new feature.Issue involves or relates to Fortran.Issue involves or relates to JavaScript.Issue involves or relates to Node.js native add-ons.Likely to be challenging but manageable.High priority concern or feature request.
Activity