ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pclabrd (M, N, NB, A, IA, JA, DESCA, D, E, TAUQ, TAUP, X, IX, JX, DESCX, Y, IY, JY, DESCY, WORK) |
subroutine pclabrd | ( | integer | M, |
integer | N, | ||
integer | NB, | ||
complex, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
real, dimension( * ) | D, | ||
real, dimension( * ) | E, | ||
complex, dimension( * ) | TAUQ, | ||
complex, dimension( * ) | TAUP, | ||
complex, dimension( * ) | X, | ||
integer | IX, | ||
integer | JX, | ||
integer, dimension( * ) | DESCX, | ||
complex, dimension( * ) | Y, | ||
integer | IY, | ||
integer | JY, | ||
integer, dimension( * ) | DESCY, | ||
complex, dimension( * ) | WORK | ||
) |