|  |  
 |   |   
 NAMESRC/zunmr3.f SYNOPSISFunctions/Subroutinessubroutine zunmr3 (side, trans, m, n, k, l, a, lda, tau, c,
    ldc, work, info)
   Function/Subroutine Documentationsubroutine zunmr3 (character side, character trans, integer m, integer n, integer k, integer l, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( * ) tau, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( * ) work, integer info)ZUNMR3 multiplies a general matrix by the unitary matrix from a RZ factorization determined by ctzrzf (unblocked algorithm). Purpose: 
 Parameters SIDE
 
 TRANS 
 M 
 N 
 K 
 L 
 A 
 LDA 
 TAU 
 C 
 LDC 
 WORK 
 INFO 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: A. Petitet, Computer Science Dept., Univ. of Tenn.,
  Knoxville, USA Further Details: Definition at line 176 of file zunmr3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |