I am trying to compute the eigenvectors (say the first 10 of them) of a large matrix. My initial problems were caused by a misunderstanding of the Intel MKL library. To make my question clear and easy to understand I decided to generalize it and remove some unnecessary details.
The basic question is: Which computer code should be used to find the eigenvalues of a large sparse matrix?
The matrix I have can be considered sparse under certain approximations. Namely, the values are becoming very small when moving away from the diagonal. Some of them are even unphysical, caused by statistics effects (the matrix is generated by MC code). This is why the term sparse is in brackets.
I will appreciate if someone can provide a code example.
Thank you in advance,
Alex
DGEEV
(if working with double). Here is are examples : software.intel.com/sites/products/documentation/doclib/mkl_sa/… – francis