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

Functions

subroutine sbdsvdx (UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU, NS, S, Z, LDZ, WORK, IWORK, INFO)
 SBDSVDX More...
 
subroutine sggglm (N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, INFO)
 SGGGLM 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 ssbev_2stage (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, INFO)
  SSBEV_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbevd (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSBEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbevd_2stage (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSBEVD_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  SSBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbevx_2stage (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)
  SSBEVX_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine ssbgv (JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, LDZ, WORK, INFO)
 SSBGV More...
 
subroutine ssbgvd (JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
 SSBGVD More...
 
subroutine ssbgvx (JOBZ, RANGE, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
 SSBGVX 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 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 sspevx (JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  SSPEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sspgv (ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, INFO)
 SSPGV More...
 
subroutine sspgvd (ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
 SSPGVD More...
 
subroutine sspgvx (ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
 SSPGVX More...
 
subroutine sstev (JOBZ, N, D, E, Z, LDZ, WORK, INFO)
  SSTEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sstevd (JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSTEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sstevr (JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO)
  SSTEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine sstevx (JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  SSTEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description

This is the group of real Other Eigenvalue routines