LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for real:

Functions

subroutine ssyev (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO)
  SSYEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyev_2stage (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO)
  SSYEV_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyevd (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, IWORK, LIWORK, INFO)
  SSYEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyevd_2stage (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, IWORK, LIWORK, INFO)
  SSYEVD_2STAGE 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 ssyevr_2stage (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSYEVR_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyevx (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)
  SSYEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssyevx_2stage (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)
  SSYEVX_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More...
 
subroutine ssygv (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, INFO)
 SSYGV More...
 
subroutine ssygv_2stage (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, INFO)
 SSYGV_2STAGE More...
 
subroutine ssygvd (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, IWORK, LIWORK, INFO)
 SSYGVD More...
 
subroutine ssygvx (ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)
 SSYGVX More...
 

Detailed Description

This is the group of real eigenvalue driver functions for SY matrices