Hello everybody,
I'm calculating the eigenvalues of a very large general matrix using LAPACK. It's taking a lot of time for the supercomputer to find the eigenvalues. I'm only interested in the first three smallest magnitude eigenvalues, or the first three smallest real part eigenvalues of the matrix, so I would like to know if there is LAPACK function that only computes the first few eigenvalues of a matrix (something similar as Matlab's eigs( ) ).
Thanks!

