Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Asking for linux-library

jivifair
Beginner
530 Views
Hi everyone,

I'm working with complex non-symmetric matrices and I want to get the
eigenvalues/eigenvectors of them, i.e., the eigenvalue problem for
unitary matrices.

Does anyone know about a Fortran 90 subroutine (library) that can perform this job?

I checked on LAPACK but haven't found one.

Thanks
0 Kudos
3 Replies
mecej4
Honored Contributor III
530 Views
Look at the section "Nonsymmetric Eigenvalue Problems" in the MKL reference manual. There is a "decision tree" diagram there to help you pick the appropriate routine(s) for your purposes.
0 Kudos
jivifair
Beginner
530 Views
Just for reference, after working with the decision tree, I found a better option and it is the subroutine zgeev implicit in lapack;
apparently, it has all the subroutines describe in the decision tree you just called.
0 Kudos
Izaak_Beekman
New Contributor II
530 Views
Check netlib too, I think there's a eigen problem library but I can't remember its name.
0 Kudos
Reply