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

block tridiagonal and block upper hessenberg eigenvalue solvers

utab
Beginner
525 Views

Dear all,

I am looking at some options in order to compare the performance of eigenvalue solvers for

+ symmetric block tridiagonal 

+ block upper hessenberg matrices.

If I iterate in a single vector fashion(not in blocks), I can use stevd and hseqr, respectively(I guess), since the manual and selection tree points to these routines.

But if I convert to block iteration mode, is there a direct replacement for these routines when the matrices become block symmetric tridiagonal or block upper hessenberg.

What would be the most efficient way for the computation of the eigenvalues and eigenvectors in the case of block iterations for a symmetric and hessenberg matrix?

Best,

Umut

0 Kudos
0 Replies
Reply