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