LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Collaboration diagram for ggsvd3: SVD, QR iteration:

Functions

subroutine cggsvd3 (jobu, jobv, jobq, m, n, p, k, l, a, lda, b, ldb, alpha, beta, u, ldu, v, ldv, q, ldq, work, lwork, rwork, iwork, info)
  CGGSVD3 computes the singular value decomposition (SVD) for OTHER matrices
 
subroutine dggsvd3 (jobu, jobv, jobq, m, n, p, k, l, a, lda, b, ldb, alpha, beta, u, ldu, v, ldv, q, ldq, work, lwork, iwork, info)
  DGGSVD3 computes the singular value decomposition (SVD) for OTHER matrices
 
subroutine sggsvd3 (jobu, jobv, jobq, m, n, p, k, l, a, lda, b, ldb, alpha, beta, u, ldu, v, ldv, q, ldq, work, lwork, iwork, info)
  SGGSVD3 computes the singular value decomposition (SVD) for OTHER matrices
 
subroutine zggsvd3 (jobu, jobv, jobq, m, n, p, k, l, a, lda, b, ldb, alpha, beta, u, ldu, v, ldv, q, ldq, work, lwork, rwork, iwork, info)
  ZGGSVD3 computes the singular value decomposition (SVD) for OTHER matrices
 

Detailed Description