LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
 
subroutine dggglm (n, m, p, a, lda, b, ldb, d, x, y, work, lwork, info)
 DGGGLM
 
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
 
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
 
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
 
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
 
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
 
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
 
subroutine dsbgv (jobz, uplo, n, ka, kb, ab, ldab, bb, ldbb, w, z, ldz, work, info)
 DSBGV
 
subroutine dsbgvd (jobz, uplo, n, ka, kb, ab, ldab, bb, ldbb, w, z, ldz, work, lwork, iwork, liwork, info)
 DSBGVD
 
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
 
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
 
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
 
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
 
subroutine dspgv (itype, jobz, uplo, n, ap, bp, w, z, ldz, work, info)
 DSPGV
 
subroutine dspgvd (itype, jobz, uplo, n, ap, bp, w, z, ldz, work, lwork, iwork, liwork, info)
 DSPGVD
 
subroutine dspgvx (itype, jobz, range, uplo, n, ap, bp, vl, vu, il, iu, abstol, m, w, z, ldz, work, iwork, ifail, info)
 DSPGVX
 
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
 
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
 
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
 
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
 

Detailed Description

This is the group of double Other Eigenvalue routines