-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
feat: add C implementation of math/base/special/fast/alpha-max-plus-beta-min
#1947
feat: add C implementation of math/base/special/fast/alpha-max-plus-beta-min
#1947
Conversation
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. 🏃 💨
I think pr Is ready for review |
alpha-max-plus-beta-min
alpha-max-plus-beta-min
math/base/special/fast/alpha-max-plus-beta-min
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.
Requested changes, please ping once you are done with those. Thanks for your contributions!
...odules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/examples/c/example.c
Outdated
Show resolved
Hide resolved
...fast/alpha-max-plus-beta-min/include/stdlib/math/base/special/fast/alpha-max-plus-beta-min.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/addon.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/test/test.native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/test/test.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/test/test.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
@Pranavchiku Hi, I have updated as stated in review , can you please review it |
sorry, i missed readme.md |
@Pranavchiku if you are free, can you re-review it |
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/lib/native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
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 working on this, @USERSATOSHI. Left an initial set of comments.
Looks also like CI is failing for this PR. |
I forgot to update includes in benchmark , thanks for informing that and right now I updating the styles according the suggestion |
…/alpha-max-plus-beta-min
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
...modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
...odules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
...odules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
...fast/alpha-max-plus-beta-min/include/stdlib/math/base/special/fast/alpha_max_plus_beta_min.h
Outdated
Show resolved
Hide resolved
...fast/alpha-max-plus-beta-min/include/stdlib/math/base/special/fast/alpha_max_plus_beta_min.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
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.
LGTM. Thanks, @USERSATOSHI!
Description
This pull request:
math/base/special/fast/alpha-max-plus-beta-min
Related Issues
This pull request:
@stdlib/math/base/special/fast/alpha-max-plus-beta-min
#1938Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers