|
NAMETESTING/LIN/zdrvgt.f SYNOPSISFunctions/Subroutinessubroutine zdrvgt (dotype, nn, nval, nrhs, thresh, tsterr,
a, af, b, x, xact, work, rwork, iwork, nout)
Function/Subroutine Documentationsubroutine zdrvgt (logical, dimension( * ) dotype, integer nn, integer, dimension( * ) nval, integer nrhs, double precision thresh, logical tsterr, complex*16, dimension( * ) a, complex*16, dimension( * ) af, complex*16, dimension( * ) b, complex*16, dimension( * ) x, complex*16, dimension( * ) xact, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, integer, dimension( * ) iwork, integer nout)ZDRVGT Purpose:
Parameters DOTYPE
NN
NVAL
NRHS
THRESH
TSTERR
A
AF
B
X
XACT
WORK
RWORK
IWORK
NOUT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 137 of file zdrvgt.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|