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

Functions

subroutine chpev (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, RWORK, INFO)
  CHPEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dspev (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, INFO)
  DSPEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sspev (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, INFO)
  SSPEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine zhpev (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, RWORK, INFO)
  ZHPEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description