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

Functions

subroutine dbdsvdx (UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU, NS, S, Z, LDZ, WORK, IWORK, INFO)
 DBDSVDX More...
 
subroutine dggglm (N, M, P, A, LDA, B, LDB, D, X, Y, WORK, LWORK, INFO)
 DGGGLM More...
 
subroutine dsbev (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, INFO)
  DSBEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbev_2stage (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, INFO)
  DSBEV_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbevd (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSBEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbevd_2stage (JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSBEVD_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbevx (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  DSBEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbevx_2stage (JOBZ, RANGE, UPLO, N, KD, AB, LDAB, Q, LDQ, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO)
  DSBEVX_2STAGE computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dsbgv (JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, LDZ, WORK, INFO)
 DSBGV More...
 
subroutine dsbgvd (JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
 DSBGVD More...
 
subroutine dsbgvx (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)
 DSBGVX 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 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 dspevx (JOBZ, RANGE, UPLO, N, AP, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  DSPEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dspgv (ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, INFO)
 DSPGV More...
 
subroutine dspgvd (ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
 DSPGVD More...
 
subroutine dspgvx (ITYPE, JOBZ, RANGE, UPLO, N, AP, BP, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
 DSPGVX More...
 
subroutine dstev (JOBZ, N, D, E, Z, LDZ, WORK, INFO)
  DSTEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dstevd (JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSTEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dstevr (JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO)
  DSTEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 
subroutine dstevx (JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, IWORK, IFAIL, INFO)
  DSTEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for OTHER matrices More...
 

Detailed Description

This is the group of double Other Eigenvalue routines