.TH "zlacrm.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME zlacrm.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBzlacrm\fP (M, N, A, LDA, B, LDB, C, LDC, RWORK)" .br .RI "\fI\fBZLACRM\fP multiplies a complex matrix by a square real matrix\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine zlacrm (integerM, integerN, complex*16, dimension( lda, * )A, integerLDA, double precision, dimension( ldb, * )B, integerLDB, complex*16, dimension( ldc, * )C, integerLDC, double precision, dimension( * )RWORK)" .PP \fBZLACRM\fP multiplies a complex matrix by a square real matrix\&. .PP \fBPurpose: \fP .RS 4 .PP .nf ZLACRM performs a very simple matrix-matrix multiplication: C := A * B, where A is M by N and complex; B is N by N and real; C is M by N and complex. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fIM\fP .PP .nf M is INTEGER The number of rows of the matrix A and of the matrix C. M >= 0. .fi .PP .br \fIN\fP .PP .nf N is INTEGER The number of columns and rows of the matrix B and the number of columns of the matrix C. N >= 0. .fi .PP .br \fIA\fP .PP .nf A is COMPLEX*16 array, dimension (LDA, N) A contains the M by N matrix A. .fi .PP .br \fILDA\fP .PP .nf LDA is INTEGER The leading dimension of the array A. LDA >=max(1,M). .fi .PP .br \fIB\fP .PP .nf B is DOUBLE PRECISION array, dimension (LDB, N) B contains the N by N matrix B. .fi .PP .br \fILDB\fP .PP .nf LDB is INTEGER The leading dimension of the array B. LDB >=max(1,N). .fi .PP .br \fIC\fP .PP .nf C is COMPLEX*16 array, dimension (LDC, N) C contains the M by N matrix C. .fi .PP .br \fILDC\fP .PP .nf LDC is INTEGER The leading dimension of the array C. LDC >=max(1,N). .fi .PP .br \fIRWORK\fP .PP .nf RWORK is DOUBLE PRECISION array, dimension (2*M*N) .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 September 2012 .RE .PP .PP Definition at line 115 of file zlacrm\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.