|  |  
 |   |   
 NAMETESTING/EIG/zckgqr.f SYNOPSISFunctions/Subroutinessubroutine zckgqr (nm, mval, np, pval, nn, nval, nmats,
    iseed, thresh, nmax, a, af, aq, ar, taua, b, bf, bz, bt, bwk, taub, work,
    rwork, nin, nout, info)
   Function/Subroutine Documentationsubroutine zckgqr (integer nm, integer, dimension( * ) mval, integer np, integer, dimension( * ) pval, integer nn, integer, dimension( * ) nval, integer nmats, integer, dimension( 4 ) iseed, double precision thresh, integer nmax, complex*16, dimension( * ) a, complex*16, dimension( * ) af, complex*16, dimension( * ) aq, complex*16, dimension( * ) ar, complex*16, dimension( * ) taua, complex*16, dimension( * ) b, complex*16, dimension( * ) bf, complex*16, dimension( * ) bz, complex*16, dimension( * ) bt, complex*16, dimension( * ) bwk, complex*16, dimension( * ) taub, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, integer nin, integer nout, integer info)ZCKGQR Purpose: 
 Parameters NM
 
 MVAL 
 NP 
 PVAL 
 NN 
 NVAL 
 NMATS 
 ISEED 
 THRESH 
 NMAX 
 A 
 AF 
 AQ 
 AR 
 TAUA 
 B 
 BF 
 BZ 
 BT 
 BWK 
 TAUB 
 WORK 
 RWORK 
 NIN 
 NOUT 
 INFO 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 208 of file zckgqr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |