ScaLAPACK 2.1  2.1
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

◆ pcgesvd()

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 4 of file pcgesvd.f.

Here is the call graph for this function: