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