Does any know what is the algorithm used for eigenvalues and eigenvectors computation in Intel Math Kernel library? From the link I can find is that it seems to use pdsyev algorithm, which uses QR algorithm, that would deteriorate in the face of large matrix.
If this were true, then the mkl isn't a suitable library for computing large scale eigenvalue problem.
What do you think? Or is it that I misunderstand the above text?