ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pctrevc (SIDE, HOWMNY, SELECT, N, T, DESCT, VL, DESCVL, VR, DESCVR, MM, M, WORK, RWORK, INFO) |
subroutine pctrevc | ( | character | SIDE, |
character | HOWMNY, | ||
logical, dimension( * ) | SELECT, | ||
integer | N, | ||
complex, dimension( * ) | T, | ||
integer, dimension( * ) | DESCT, | ||
complex, dimension( * ) | VL, | ||
integer, dimension( * ) | DESCVL, | ||
complex, dimension( * ) | VR, | ||
integer, dimension( * ) | DESCVR, | ||
integer | MM, | ||
integer | M, | ||
complex, dimension( * ) | WORK, | ||
real, dimension( * ) | RWORK, | ||
integer | INFO | ||
) |