-
-
Notifications
You must be signed in to change notification settings - Fork 934
feat: add blas/base/dtrsm
#2518
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2252453
feat: add blas/base/dtrsm/lib
Pranavchiku 12708a5
chore: apply suggestions from code review
Pranavchiku 4b951ba
enh: support offsetA and offsetB
Pranavchiku 5d0646d
fix: incorrect base implementation
Pranavchiku 4fe27b2
chore: add examples
Pranavchiku 510cc17
chore: add readme
Pranavchiku 6569dc8
chore: add package.json
Pranavchiku bc4f4c2
fix: incorrect readme example
Pranavchiku d121f15
chore: add repl.txt
Pranavchiku 6b3562f
chore: add docs/types
Pranavchiku 2f00ec3
chore: add benchmark
Pranavchiku 78d49ac
test: add and register
Pranavchiku 9ad1e43
enh: files in lib/
Pranavchiku 851ed80
fix: incorrect description of ndarray api in readme
Pranavchiku 93204fd
refactor: base implementation
Pranavchiku 86d36ca
fix: lint warnings in base.js
Pranavchiku df96605
chore: apply code review
Pranavchiku 8b7a997
fix: lint error in repl.txt part 1
Pranavchiku 4ff0296
Merge branch 'dtrsm' of https://github.com/Pranavchiku/stdlib into dtrsm
Pranavchiku 6ceef42
refactor: base implementation and consequent changes
Pranavchiku acc78cc
refactor: repl.txt
Pranavchiku 35db166
chore: apply suggestion from code review
Pranavchiku 48b8231
refactor: base implementation to compute offsets before loop
Pranavchiku 2eea9ee
chore: work in progress
Pranavchiku 53e44c9
Merge branch 'develop' into dtrsm
Pranavchiku 355a56e
refactor: remove fixtures
Pranavchiku 17b2671
refactor: remove fixtures from ndarray tests
Pranavchiku 9deb187
refactor: docs/repl.txt
Pranavchiku 5f3be19
chore: update description of tests
Pranavchiku 2bae813
chore: update description of ndarray tests
Pranavchiku b50078f
test: add tests for complex access patterns
Pranavchiku 7e295de
fix: incorrect spelling of contiguous
Pranavchiku 6585a6a
chore: apply suggestions from code review
Pranavchiku f710cd3
Merge branch 'develop' into dtrsm
Pranavchiku 03532e0
refactor: base implementation and consequent changes
Pranavchiku d0183d3
test: add more values
Pranavchiku 449f2d5
Merge branch 'dtrsm' of https://github.com/Pranavchiku/stdlib into dtrsm
Pranavchiku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.