.TH "SRC/clacp2.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME SRC/clacp2.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBclacp2\fP (uplo, m, n, a, lda, b, ldb)" .br .RI "\fBCLACP2\fP copies all or part of a real two-dimensional array to a complex array\&. " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine clacp2 (character uplo, integer m, integer n, real, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb)" .PP \fBCLACP2\fP copies all or part of a real two-dimensional array to a complex array\&. .PP \fBPurpose:\fP .RS 4 .PP .nf CLACP2 copies all or part of a real two-dimensional matrix A to a complex matrix B\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIUPLO\fP .PP .nf UPLO is CHARACTER*1 Specifies the part of the matrix A to be copied to B\&. = 'U': Upper triangular part = 'L': Lower triangular part Otherwise: All of the matrix A .fi .PP .br \fIM\fP .PP .nf M is INTEGER The number of rows of the matrix A\&. M >= 0\&. .fi .PP .br \fIN\fP .PP .nf N is INTEGER The number of columns of the matrix A\&. N >= 0\&. .fi .PP .br \fIA\fP .PP .nf A is REAL array, dimension (LDA,N) The m by n matrix A\&. If UPLO = 'U', only the upper trapezium is accessed; if UPLO = 'L', only the lower trapezium is accessed\&. .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 exit, B = A in the locations specified by UPLO\&. .fi .PP .br \fILDB\fP .PP .nf LDB is INTEGER The leading dimension of the array B\&. LDB >= max(1,M)\&. .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 .PP Definition at line \fB103\fP of file \fBclacp2\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.