Hi all,
I have a question about how eigenvalues are sorted. I'm using DSPEVD to get all of the eigenvalues and eigenvectors of my matrix. My matrix is generated from an input vector (I'm computing a Hamiltonian). I'd like to know how the order of the sorted eigenvalues/eigenvectors corresponds to my original input vector. In other words, can I perform the same re-ordering on my original input vector?
My problem is that I generate the matrix for a variable parameter (a distance in this case) and that changes the relative ordering of the eigenvalues/eigenvectors. Does anyone have a suggestion? (perhaps it's just my thinking that needs to be re-ordered?)
Thanks!
tom

