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

Functions

subroutine sgejsv (JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, M, N, A, LDA, SVA, U, LDU, V, LDV, WORK, LWORK, IWORK, INFO)
 SGEJSV More...
 
subroutine sgesdd (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
 SGESDD More...
 
subroutine sgesvd (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)
  SGESVD computes the singular value decomposition (SVD) for GE matrices More...
 
subroutine sgesvdx (JOBU, JOBVT, RANGE, M, N, A, LDA, VL, VU, IL, IU, NS, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
  SGESVDX computes the singular value decomposition (SVD) for GE matrices More...
 

Detailed Description

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