Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6743 Discussions

Way to determine the N smallest eigenvalues in a General Hermitian eigenvalues problem???

yera__rolando
Beginner
239 Views

Hello, 

There is any way to determine the first N (ie 10) smallest eigenvalues of a General Hermitian Eigenvalues problem.

 

0 Kudos
3 Replies
yera__rolando
Beginner
239 Views

Hello Gennady, thanks for your reply.

According to the documentation the only case supported is the real symmetric not the hermitian or I missing something??

Ruqiu_C_Intel
Employee
239 Views

Hello Rolando,

Have you check this routine ?hpevx abou about "Computes selected eigenvalues and, optionally, eigenvectors of a Hermitian mattix " at

https://software.intel.com/en-us/mkl-developer-reference-c-hpevx

Reply