[RFC]: refactor blas/ext/base/dcusumkbn
to follow current project conventions
#1472
Closed
3 tasks done
Labels
Accepted
RFC feature request which has been accepted.
BLAS
Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Enhancement
Issue or pull request for enhancing existing functionality.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
Native Addons
Issue involves or relates to Node.js native add-ons.
priority: High
High priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Description
This RFC proposes refactoring
@stdlib/blas/ext/base/dcusumkbn
to follow current project conventions.These conventions are outlined in more detail in #788. Namely, we want to migrate from C++ add-on interfaces to C add-on interfaces and then make various style and simplification changes.
Some example commits which perform most, if not all, of the requested changes include d66d80c (saxpy), 3c82fe7 (cswap), and 5b15c96 (dasum).
Related Issues
Related issues #788, #1152.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: