Can I use LAPACK to find only the largest eigenvalue?
Hello,
Can I use LAPACK to find only the largest absolute eigenvalue of a matrix? If there is no single largest value, then the equal largest will do. I only require that largest absolute eigenvalue and was hoping to save time by not calculating the others.
Thanks.
Can I use LAPACK to find only the largest absolute eigenvalue of a matrix? If there is no single largest value, then the equal largest will do. I only require that largest absolute eigenvalue and was hoping to save time by not calculating the others.
Thanks.