ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pssygvx (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, IWORK, LIWORK, IFAIL, ICLUSTR, GAP, INFO) |
subroutine pssygvx | ( | integer | IBTYPE, |
character | JOBZ, | ||
character | RANGE, | ||
character | UPLO, | ||
integer | N, | ||
real, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
real, dimension( * ) | B, | ||
integer | IB, | ||
integer | JB, | ||
integer, dimension( * ) | DESCB, | ||
real | VL, | ||
real | VU, | ||
integer | IL, | ||
integer | IU, | ||
real | ABSTOL, | ||
integer | M, | ||
integer | NZ, | ||
real, dimension( * ) | W, | ||
real | ORFAC, | ||
real, dimension( * ) | Z, | ||
integer | IZ, | ||
integer | JZ, | ||
integer, dimension( * ) | DESCZ, | ||
real, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer, dimension( * ) | IFAIL, | ||
integer, dimension( * ) | ICLUSTR, | ||
real, dimension( * ) | GAP, | ||
integer | INFO | ||
) |