There are lots of questions on here about the relationship between SVD and EVD. As I understand the singular vectors of SVD will always constitute an orthonormal basis while eigenvectors from EVD are not necessarily orthogonal (for example, [1]).
On the other hand, various sources on SE & elsewhere seem to state that both methods are easily related or even in some sense equivalent. [2]
It's my understanding that in some way both the singular vectors and the eigenvectors are supposed to represent the same thing.
My question is: is there a simple relationship between the orthonormal singular vectors of SVD and the eigenvectors from EVD (e.g. can we get from the latter to the former by Gram-Schmidt orthogonalization or some other method)?
Forgive me if I misunderstand something.