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

2nd smallest Eigenvalue of sparse symmetric matrix

kirankumarm
Beginner
708 Views
Hi,
I need to find the 2nd smallest eigenvalue and corresponding eigenvector of a large sparse real symmetric matrix. The matrix is stored in CSR format. I see that SSYEVX function does the required work, but the zeros entries in the matrix also has to be stored. Is there any other function which does my work..? or any other suggestions please.

Regards,
Kiran.
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
708 Views
Hi kiran,
there are no such functionsfor this type of matrices.
--Gennady
0 Kudos
kirankumarm
Beginner
708 Views
Hi Gennady,
Not for CSR format but are there any functions to find the second smallest eigenvector of a sparse symmetric real matrix stored in any format.
0 Kudos
Reply