Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

nonsymmetric eigenvalue problem using SCALAPACK

amolins
Beginner
644 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