|
NAMETESTING/LIN/cdrvpox.f SYNOPSISFunctions/Subroutinessubroutine cdrvpo (dotype, nn, nval, nrhs, thresh, tsterr,
nmax, a, afac, asav, b, bsav, x, xact, s, work, rwork, nout)
Function/Subroutine Documentationsubroutine cdrvpo (logical, dimension( * ) dotype, integer nn, integer, dimension( * ) nval, integer nrhs, real thresh, logical tsterr, integer nmax, complex, dimension( * ) a, complex, dimension( * ) afac, complex, dimension( * ) asav, complex, dimension( * ) b, complex, dimension( * ) bsav, complex, dimension( * ) x, complex, dimension( * ) xact, real, dimension( * ) s, complex, dimension( * ) work, real, dimension( * ) rwork, integer nout)CDRVPOX Purpose:
Parameters DOTYPE
NN
NVAL
NRHS
THRESH
TSTERR
NMAX
A
AFAC
ASAV
B
BSAV
X
XACT
S
WORK
RWORK
NOUT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 159 of file cdrvpox.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|