LAPACK  3.6.1
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 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 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 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 ssygv (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, INFO)
 SSYGV 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