ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzlatrd (UPLO, N, NB, A, IA, JA, DESCA, D, E, TAU, W, IW, JW, DESCW, WORK) |
subroutine pzlatrd | ( | character | UPLO, |
integer | N, | ||
integer | NB, | ||
complex*16, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
double precision, dimension( * ) | D, | ||
double precision, dimension( * ) | E, | ||
complex*16, dimension( * ) | TAU, | ||
complex*16, dimension( * ) | W, | ||
integer | IW, | ||
integer | JW, | ||
integer, dimension( * ) | DESCW, | ||
complex*16, dimension( * ) | WORK | ||
) |