LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {he,sy}evr: eig, MRRR:

Functions

subroutine cheevr (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO)
  CHEEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices More...
 
subroutine dsyevr (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSYEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyevr (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSYEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine zheevr (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO)
  ZHEEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices More...
 

Detailed Description