ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzlahqr (WANTT, WANTZ, N, ILO, IHI, A, DESCA, W, ILOZ, IHIZ, Z, DESCZ, WORK, LWORK, IWORK, ILWORK, INFO) |
subroutine pzlahqr | ( | logical | WANTT, |
logical | WANTZ, | ||
integer | N, | ||
integer | ILO, | ||
integer | IHI, | ||
complex*16, dimension( * ) | A, | ||
integer, dimension( * ) | DESCA, | ||
complex*16, dimension( * ) | W, | ||
integer | ILOZ, | ||
integer | IHIZ, | ||
complex*16, dimension( * ) | Z, | ||
integer, dimension( * ) | DESCZ, | ||
complex*16, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | ILWORK, | ||
integer | INFO | ||
) |