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