ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzgseptst (DESCA, UPLO, N, MATTYPE, IBTYPE, SUBTESTS, THRESH, ORDER, ABSTOL, ISEED, A, COPYA, B, COPYB, Z, LDA, WIN, WNEW, IFAIL, ICLUSTR, GAP, IPREPAD, IPOSTPAD, WORK, LWORK, RWORK, LRWORK, IWORK, LIWORK, NOUT, INFO) |
subroutine pzgseptst | ( | integer, dimension( * ) | DESCA, |
character | UPLO, | ||
integer | N, | ||
integer | MATTYPE, | ||
integer | IBTYPE, | ||
character | SUBTESTS, | ||
double precision | THRESH, | ||
integer | ORDER, | ||
double precision | ABSTOL, | ||
integer, dimension( 4 ) | ISEED, | ||
complex*16, dimension( lda, * ) | A, | ||
complex*16, dimension( lda, * ) | COPYA, | ||
complex*16, dimension( lda, * ) | B, | ||
complex*16, dimension( lda, * ) | COPYB, | ||
complex*16, dimension( lda, * ) | Z, | ||
integer | LDA, | ||
double precision, dimension( * ) | WIN, | ||
double precision, dimension( * ) | WNEW, | ||
integer, dimension( * ) | IFAIL, | ||
integer, dimension( * ) | ICLUSTR, | ||
double precision, dimension( * ) | GAP, | ||
integer | IPREPAD, | ||
integer | IPOSTPAD, | ||
complex*16, dimension( * ) | WORK, | ||
integer | LWORK, | ||
double precision, dimension( * ) | RWORK, | ||
integer | LRWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer | NOUT, | ||
integer | INFO | ||
) |
Definition at line 8 of file pzgseptst.f.