LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
 
subroutine sggglm (n, m, p, a, lda, b, ldb, d, x, y, work, lwork, info)
 SGGGLM
 
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
 
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
 
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
 
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
 
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
 
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
 
subroutine ssbgv (jobz, uplo, n, ka, kb, ab, ldab, bb, ldbb, w, z, ldz, work, info)
 SSBGV
 
subroutine ssbgvd (jobz, uplo, n, ka, kb, ab, ldab, bb, ldbb, w, z, ldz, work, lwork, iwork, liwork, info)
 SSBGVD
 
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
 
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
 
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
 
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
 
subroutine sspgv (itype, jobz, uplo, n, ap, bp, w, z, ldz, work, info)
 SSPGV
 
subroutine sspgvd (itype, jobz, uplo, n, ap, bp, w, z, ldz, work, lwork, iwork, liwork, info)
 SSPGVD
 
subroutine sspgvx (itype, jobz, range, uplo, n, ap, bp, vl, vu, il, iu, abstol, m, w, z, ldz, work, iwork, ifail, info)
 SSPGVX
 
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
 
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
 
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
 
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
 

Detailed Description

This is the group of real Other Eigenvalue routines