ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pdsyntrd (UPLO, N, A, IA, JA, DESCA, D, E, TAU, WORK, LWORK, INFO) |
subroutine pdsyntrd | ( | character | UPLO, |
integer | N, | ||
double precision, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
double precision, dimension( * ) | D, | ||
double precision, dimension( * ) | E, | ||
double precision, dimension( * ) | TAU, | ||
double precision, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |
Definition at line 3 of file pdsyntrd.f.