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

Functions

subroutine dgejsv (JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, M, N, A, LDA, SVA, U, LDU, V, LDV, WORK, LWORK, IWORK, INFO)
 DGEJSV More...
 
subroutine dgesdd (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
 DGESDD More...
 
subroutine dgesvd (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)
  DGESVD computes the singular value decomposition (SVD) for GE matrices More...
 
subroutine dgesvdx (JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, IL, IU, NS, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
  DGESVDX computes the singular value decomposition (SVD) for GE matrices More...
 

Detailed Description

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