eigenvectors-from-eigenvalues icon indicating copy to clipboard operation
eigenvectors-from-eigenvalues copied to clipboard

Loss of eigenvectors' sign information

Open RahulBhalley opened this issue 4 years ago • 0 comments

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

RahulBhalley avatar Oct 09 '21 11:10 RahulBhalley