LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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