LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
Collaboration diagram for complex:

Functions

subroutine cgejsv (JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, M, N, A, LDA, SVA, U, LDU, V, LDV, CWORK, LWORK, RWORK, LRWORK, IWORK, INFO)
 CGEJSV More...
 
subroutine cgesdd (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, RWORK, IWORK, INFO)
 CGESDD More...
 
subroutine cgesvd (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, RWORK, INFO)
  CGESVD computes the singular value decomposition (SVD) for GE matrices More...
 
subroutine cgesvdx (JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, IL, IU, NS, S, U, LDU, VT, LDVT, WORK, LWORK, RWORK, IWORK, INFO)
  CGESVDX computes the singular value decomposition (SVD) for GE matrices More...
 

Detailed Description

This is the group of complex singular value driver functions for GE matrices