Skip to content
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

Use adjoint instead of tranpose when returning V in SVD #588

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

wbernoudy
Copy link
Contributor

I mistakenly returned the transpose of V in the SVD wrappers instead of the adjoint, which this PR fixes.

The unit tests I wrote didn't catch this because they used the transpose on V as well.

@pxl-th pxl-th merged commit f4b5d05 into JuliaGPU:master Feb 2, 2024
8 checks passed
@wbernoudy wbernoudy deleted the fix-svd-return-adjoint branch February 2, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants