LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {hb,sb}evx: eig, bisection:

Functions

subroutine chbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK, IFAIL, INFO)
  CHBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  DSBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  SSBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine zhbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK, IWORK, IFAIL, INFO)
  ZHBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description