.TH "larcm" 3 "Wed Feb 7 2024 11:30:40" "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME larcm \- larcm: real * complex matrix-matrix multiply .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "subroutine \fBclarcm\fP (m, n, a, lda, b, ldb, c, ldc, rwork)" .br .RI "\fBCLARCM\fP copies all or part of a real two-dimensional array to a complex array\&. " .ti -1c .RI "subroutine \fBzlarcm\fP (m, n, a, lda, b, ldb, c, ldc, rwork)" .br .RI "\fBZLARCM\fP copies all or part of a real two-dimensional array to a complex array\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "subroutine 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)" .PP \fBCLARCM\fP copies all or part of a real two-dimensional array to a complex array\&. .PP \fBPurpose:\fP .RS 4 .PP .nf CLARCM performs a very simple matrix-matrix multiplication: C := A * B, where A is M by M and real; B is M by N and complex; 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 REAL array, dimension (LDA, M) On entry, A contains the M by M 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 COMPLEX array, dimension (LDB, N) On entry, B contains the M by N matrix B\&. .fi .PP .br \fILDB\fP .PP .nf LDB is INTEGER The leading dimension of the array B\&. LDB >=max(1,M)\&. .fi .PP .br \fIC\fP .PP .nf C is COMPLEX array, dimension (LDC, N) On exit, 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,M)\&. .fi .PP .br \fIRWORK\fP .PP .nf RWORK is REAL 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 .SS "subroutine 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)" .PP \fBZLARCM\fP copies all or part of a real two-dimensional array to a complex array\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ZLARCM performs a very simple matrix-matrix multiplication: C := A * B, where A is M by M and real; B is M by N and complex; 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 DOUBLE PRECISION array, dimension (LDA, M) On entry, A contains the M by M 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 COMPLEX*16 array, dimension (LDB, N) On entry, B contains the M by N matrix B\&. .fi .PP .br \fILDB\fP .PP .nf LDB is INTEGER The leading dimension of the array B\&. LDB >=max(1,M)\&. .fi .PP .br \fIC\fP .PP .nf C is COMPLEX*16 array, dimension (LDC, N) On exit, 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,M)\&. .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 .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.