Skip to content

linalg: Singular Value Decomposition #808

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

Merged
merged 30 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
42aa3e5
add `svd`
perazz May 9, 2024
e1d49d8
base implementation
perazz May 9, 2024
f5adf8f
1d matrix shape
perazz May 9, 2024
64adda4
cleanup
perazz May 9, 2024
036c574
add test programs
perazz May 9, 2024
4a90c09
tests: replace with `testdrive`
perazz May 9, 2024
063b421
create `submodule`
perazz May 9, 2024
6abe7df
document `svd` and interface
perazz May 9, 2024
194f4a1
document `svdvals` and interface
perazz May 9, 2024
9de160b
remove `goto`
perazz May 9, 2024
cf40f75
add example
perazz May 9, 2024
32784cd
add `svdvals` example
perazz May 9, 2024
bb47ba5
specs: `svd`, `svdvals`
perazz May 9, 2024
3b365aa
fix
perazz May 9, 2024
ba5e5e7
remove complex qp test
perazz May 9, 2024
6556e8b
restore `qp` subroutine (test still unactive)
perazz May 9, 2024
9c2f133
restore all, avoid `real128` complex parameter math
perazz May 9, 2024
88a49bb
Merge branch 'master' into svd
perazz May 11, 2024
cf15eb1
clearer `logical` flags
perazz May 26, 2024
980a555
Update doc/specs/stdlib_linalg.md
perazz May 28, 2024
28ae2cb
Update doc/specs/stdlib_linalg.md
perazz May 28, 2024
69458ad
Update doc/specs/stdlib_linalg.md
perazz May 28, 2024
b579d98
rename `svd` examples
perazz May 28, 2024
8387797
fix intent in docs
perazz May 28, 2024
e0d800c
Update doc/specs/stdlib_linalg.md
perazz May 28, 2024
6e5a7ce
Merge branch 'svd' of github.com:perazz/stdlib into svd
perazz May 28, 2024
8f35e98
format -> character parameter
perazz May 28, 2024
173f1ee
Merge branch 'master' into svd
perazz May 28, 2024
bdffb4f
matrix -> rank-2 array
perazz May 28, 2024
9f51efe
Merge branch 'svd' of github.com:perazz/stdlib into svd
perazz May 28, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'master' into svd
  • Loading branch information
perazz authored May 28, 2024
commit 173f1ee985212487c4a476ba2e3d5e05cc8cbaad

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.