Skip to content

feat: add lapack/base/dlatrs #7275

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

Draft
wants to merge 31 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1f6e76b
feat: add lapack/base/dlatrs
aayush0325 Jun 8, 2025
12bc140
Merge remote-tracking branch 'upstream/develop' into lapack-dlatrs
stdlib-bot Jun 8, 2025
7870b48
feat: add main export
aayush0325 Jun 9, 2025
51984dc
test: initial tests
aayush0325 Jun 9, 2025
ee429f0
test: add lower triangular cases
aayush0325 Jun 10, 2025
1184745
test: cleaning up
aayush0325 Jun 10, 2025
025d5f8
test: add transpose cases
aayush0325 Jun 10, 2025
d90cd03
test: add more cases for unit diagonal
aayush0325 Jun 10, 2025
2fc31d0
test: mmore tests
aayush0325 Jun 11, 2025
826c766
test: add scaled tests
aayush0325 Jun 11, 2025
b72dd17
chore: remove tape.only
aayush0325 Jun 11, 2025
1959bfe
test: more tests
aayush0325 Jun 11, 2025
68e1c03
fix: fix implementation and add tests
aayush0325 Jun 11, 2025
19f2ae1
Merge remote-tracking branch 'upstream/develop' into lapack-dlatrs
stdlib-bot Jun 11, 2025
cd7ce0d
test: add tests
aayush0325 Jun 11, 2025
9e42ef5
test: add tests
aayush0325 Jun 11, 2025
82bab69
test: add tests
aayush0325 Jun 11, 2025
7dc23e4
test: add large values tests
aayush0325 Jun 12, 2025
f60f4c4
test: add ndarray tests
aayush0325 Jun 13, 2025
12322bb
docs: fix typo
kgryte Jun 13, 2025
c7f21b8
test: add offset tests
aayush0325 Jun 13, 2025
475a274
test: add negative stride test
aayush0325 Jun 13, 2025
d159785
test: add large stride tests
aayush0325 Jun 13, 2025
6dbee4c
test: add mixed strides test
aayush0325 Jun 13, 2025
8147ab4
feat: add examples and benchmarks
aayush0325 Jun 15, 2025
cc6b47a
docs: add index.d.ts file
aayush0325 Jun 15, 2025
c8e2e0b
docs: add ts test file
aayush0325 Jun 15, 2025
4af0a15
docs: add README
aayush0325 Jun 16, 2025
1f97555
docs: add README
aayush0325 Jun 16, 2025
6f9c1d8
chore: cleanup
aayush0325 Jun 16, 2025
162195b
docs: add repl.txt
aayush0325 Jun 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading