LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {hp,sp}evd: eig, divide and conquer:

Functions

subroutine chpevd (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO)
  CHPEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dspevd (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSPEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sspevd (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSPEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine zhpevd (JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, INFO)
  ZHPEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description