ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pshseqr (JOB, COMPZ, N, ILO, IHI, H, DESCH, WR, WI, Z, DESCZ, WORK, LWORK, IWORK, LIWORK, INFO) |
subroutine pshseqr | ( | character | JOB, |
character | COMPZ, | ||
integer | N, | ||
integer | ILO, | ||
integer | IHI, | ||
real, dimension( * ) | H, | ||
integer, dimension( * ) | DESCH, | ||
real, dimension( n ) | WR, | ||
real, dimension( n ) | WI, | ||
real, dimension( * ) | Z, | ||
integer, dimension( * ) | DESCZ, | ||
real, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer | INFO | ||
) |