-
-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor blas/ext/base/dcusumkbn
to follow current project conventions
#2025
refactor blas/ext/base/dcusumkbn
to follow current project conventions
#2025
Conversation
…usumkbn from �oid to double
… project conventions
…project conventions
…gypi & examples now uses current project conventions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/include/stdlib/blas/ext/base/dcusumkbn.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/src/dcusumkbn.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/test/test.dcusumkbn.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/test/test.dcusumkbn.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dcusumkbn/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR!
Did an initial review and flagged some issues that will have to be addressed before merging.
…cusumkbn` from `double` to `void`
@Planeshifter I've made the requested changes. |
If you are unable to revert those here, please feel free to open a new PR and close this referring to new one. |
Ok, working on it. Thanks for the clarification. |
I'm closing this PR and opened a new PR #2036 . Please take a look into that: And sorry for the inconvenience 🙏 |
Resolves #1472 .
Description
This pull request:
blas/ext/base/dcusumkbn
to follow the current project convention.Related Issues
This pull request:
blas/ext/base/dcusumkbn
to follow current project conventions #1472Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers