-
-
Notifications
You must be signed in to change notification settings - Fork 896
feat: add lapack/base/dtrti2
#2754
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
Conversation
The latest commit considers row-major upper
=== column-major lower
, etc.
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.
Refactor to reduce flops.
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.
Remove spaces here and in other test descriptions.
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.
In your descriptions, parameterize to help distinguish. For example, row-major, lower, non-unit
. Applies here and elsewhere.
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.
Refactor to include more systematic tests. Test to the interface, not the implementation.
/stdlib merge
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib update-copyright-years
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.
This should be removed.
Uh oh!
There was an error while loading. Please reload this page.
Towards #2464.
Description
This pull request adds JS implementation for
lapack/base/dtrti2
Related Issues
NA
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers