Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7234 Discussions

nonsymmetric eigenvalue problem using SCALAPACK

amolins
Beginner
638 Views
Hi all,

I wanted to get the eigenvalues AND eigenvectors of a non-symmetric matrix using SCALAPACK. By using PxGEHRD and PxLAHQR I can get to the Schur form and get the eigenvalues, but I need the eigenvectors, left and right, as well. I don't know where to go next! I understand that in LAPACK I would use xTREVC or xHSEIN/xORMHR to get them. Is there a way using ScaLAPACK?

Thanks a lot.
A

0 Kudos
0 Replies
Reply