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