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

Loss of eigenvectors' sign information #4

Open
RahulBhalley opened this issue Oct 9, 2021 · 0 comments
Open

Loss of eigenvectors' sign information #4

RahulBhalley opened this issue Oct 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@RahulBhalley
Copy link

RahulBhalley commented Oct 9, 2021

Hi! Thanks for this code.

I find that the sign information is lost when the original vector elements are recovered because square absolute operation makes every real the complex number positive.

Is there any way we can recover the original eigenvectors' signs also without using original eigenvectors.sign() (from PyTorch) * square root of eigenvectors (deduced from eigenvalues)? Because that'd be really helpful!

Regards
Rahul Bhalley

@ritchieng ritchieng added the enhancement New feature or request label Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants