Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

2nd smallest Eigenvalue of sparse symmetric matrix

kirankumarm
Beginner
274 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
274 Views
Hi kiran,
there are no such functionsfor this type of matrices.
--Gennady
0 Kudos
kirankumarm
Beginner
274 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