ScaLAPACK  2.0.2
ScaLAPACK: Scalable Linear Algebra PACKage
pcgesvd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine PCGESVD (JOBU, JOBVT, M, N, A, IA, JA, DESCA, S, U, IU, JU, DESCU, VT, IVT, JVT, DESCVT, WORK, LWORK, RWORK, INFO)

Function/Subroutine Documentation

subroutine PCGESVD ( CHARACTER  JOBU,
CHARACTER  JOBVT,
INTEGER  M,
INTEGER  N,
COMPLEX, dimension(*)  A,
INTEGER  IA,
INTEGER  JA,
INTEGER, dimension(*)  DESCA,
REAL, dimension(*)  S,
COMPLEX, dimension(*)  U,
INTEGER  IU,
INTEGER  JU,
INTEGER, dimension(*)  DESCU,
COMPLEX, dimension(*)  VT,
INTEGER  IVT,
INTEGER  JVT,
INTEGER, dimension(*)  DESCVT,
COMPLEX, dimension(*)  WORK,
INTEGER  LWORK,
REAL, dimension(*)  RWORK,
INTEGER  INFO 
)

Definition at line 2 of file pcgesvd.f.

Here is the call graph for this function: