- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
apparently, it has all the subroutines describe in the decision tree you just called.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check netlib too, I think there's a eigen problem library but I can't remember its name.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page