|
NAMETESTING/LIN/zdrvrf3.f SYNOPSISFunctions/Subroutinessubroutine zdrvrf3 (nout, nn, nval, thresh, a, lda, arf,
b1, b2, d_work_zlange, z_work_zgeqrf, tau)
Function/Subroutine Documentationsubroutine zdrvrf3 (integer nout, integer nn, integer, dimension( nn ) nval, double precision thresh, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( * ) arf, complex*16, dimension( lda, * ) b1, complex*16, dimension( lda, * ) b2, double precision, dimension( * ) d_work_zlange, complex*16, dimension( * ) z_work_zgeqrf, complex*16, dimension( * ) tau)ZDRVRF3 Purpose:
Parameters NOUT
NN
NVAL
THRESH
A
LDA
ARF
B1
B2
D_WORK_ZLANGE
Z_WORK_ZGEQRF
TAU
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 117 of file zdrvrf3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|