ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pslarz (SIDE, M, N, L, V, IV, JV, DESCV, INCV, TAU, C, IC, JC, DESCC, WORK) |
subroutine pslarz | ( | character | SIDE, |
integer | M, | ||
integer | N, | ||
integer | L, | ||
real, dimension( * ) | V, | ||
integer | IV, | ||
integer | JV, | ||
integer, dimension( * ) | DESCV, | ||
integer | INCV, | ||
real, dimension( * ) | TAU, | ||
real, dimension( * ) | C, | ||
integer | IC, | ||
integer | JC, | ||
integer, dimension( * ) | DESCC, | ||
real, dimension( * ) | WORK | ||
) |