-
-
Notifications
You must be signed in to change notification settings - Fork 481
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 blas/base/dtrsm
#2518
base: develop
Are you sure you want to change the base?
Conversation
It's been a while I used symbolab |
A generalisation that I observed while adding examples, |
I think we have initial implementation in, although this PR needs to be polished before anyone reviews this. I'll now refactor implementation to decrease nested looping and simplify source code. |
Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
I think this PR can have a review. |
@Pranavchiku This PR needs to be updated to remove the |
Description
This pull request adds JS implementation for
blas/base/dtrsm
( Level: 3 ). Towards #2464.Related Issues
No.
Questions
There will be lint errors. I'll polish it once I add other files. I wish that this PR have an initial review to see if direction is correct.
netlib-dtrsm
Other
No.
TODO:
Checklist
@stdlib-js/reviewers