|  |  
 |   |   
 NAMESRC/zlarcm.f SYNOPSISFunctions/Subroutinessubroutine zlarcm (m, n, a, lda, b, ldb, c, ldc, rwork)
   Function/Subroutine Documentationsubroutine zlarcm (integer m, integer n, double precision, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) rwork)ZLARCM copies all or part of a real two-dimensional array to a complex array. Purpose: 
 Parameters M
 
 N 
 A 
 LDA 
 B 
 LDB 
 C 
 LDC 
 RWORK 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 113 of file zlarcm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |