|  |  
 |   |   
 NAMETESTING/LIN/zlqt02.f SYNOPSISFunctions/Subroutinessubroutine zlqt02 (m, n, k, a, af, q, l, lda, tau, work,
    lwork, rwork, result)
   Function/Subroutine Documentationsubroutine zlqt02 (integer m, integer n, integer k, complex*16, dimension( lda, * ) a, complex*16, dimension( lda, * ) af, complex*16, dimension( lda, * ) q, complex*16, dimension( lda, * ) l, integer lda, complex*16, dimension( * ) tau, complex*16, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision, dimension( * ) result)ZLQT02 Purpose: 
 Parameters M
 
 N 
 K 
 A 
 AF 
 Q 
 L 
 LDA 
 TAU 
 WORK 
 LWORK 
 RWORK 
 RESULT 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 133 of file zlqt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |