ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzhegvx (IBTYPE, JOBZ, RANGE, UPLO, N, A, IA, JA, DESCA, B, IB, JB, DESCB, VL, VU, IL, IU, ABSTOL, M, NZ, W, ORFAC, Z, IZ, JZ, DESCZ, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, IFAIL, ICLUSTR, GAP, INFO) |
subroutine pzhegvx | ( | integer | IBTYPE, |
character | JOBZ, | ||
character | RANGE, | ||
character | UPLO, | ||
integer | N, | ||
complex*16, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
complex*16, dimension( * ) | B, | ||
integer | IB, | ||
integer | JB, | ||
integer, dimension( * ) | DESCB, | ||
double precision | VL, | ||
double precision | VU, | ||
integer | IL, | ||
integer | IU, | ||
double precision | ABSTOL, | ||
integer | M, | ||
integer | NZ, | ||
double precision, dimension( * ) | W, | ||
double precision | ORFAC, | ||
complex*16, dimension( * ) | Z, | ||
integer | IZ, | ||
integer | JZ, | ||
integer, dimension( * ) | DESCZ, | ||
complex*16, dimension( * ) | WORK, | ||
integer | LWORK, | ||
double precision, dimension( * ) | RWORK, | ||
integer | LRWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer, dimension( * ) | IFAIL, | ||
integer, dimension( * ) | ICLUSTR, | ||
double precision, dimension( * ) | GAP, | ||
integer | INFO | ||
) |