|
NAMESRC/clarcm.f SYNOPSISFunctions/Subroutinessubroutine clarcm (m, n, a, lda, b, ldb, c, ldc, rwork)
Function/Subroutine Documentationsubroutine clarcm (integer m, integer n, real, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( ldc, * ) c, integer ldc, real, dimension( * ) rwork)CLARCM 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 clarcm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|