-
-
Notifications
You must be signed in to change notification settings - Fork 564
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 lapack/base/dlassq
#2668
Conversation
lib/node_modules/@stdlib/lapack/base/dlassq/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/lapack/base/dlassq/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
…/Pranavchiku/2668
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 for working on this, @Pranavchiku.
I ended up having to do a decent amount of clean-up. We'll want to work on reducing that moving forward.
I am sorry for making you put in lots of efforts in PR reviews. I'll take a close look the changes you made and assure quality PRs from now. |
PR-URL: stdlib-js#2668 Ref: stdlib-js#2464 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
Description
This pull request add JS implementation for
lapack/base/dlassq
.Related Issues
Towards #2464
Questions
No.
Other
No.
Checklist
TODO:
Add more tests
Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers