LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {hb,sb}ev: eig, QR iteration:

Functions

subroutine chbev (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, RWORK, INFO)
  CHBEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbev (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, INFO)
  DSBEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbev (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, INFO)
  SSBEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine zhbev (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, RWORK, INFO)
  ZHBEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description