.TH "lacgv" 3 "Wed Feb 7 2024 11:30:40" "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME lacgv \- lacgv: conjugate vector .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "subroutine \fBclacgv\fP (n, x, incx)" .br .RI "\fBCLACGV\fP conjugates a complex vector\&. " .ti -1c .RI "subroutine \fBzlacgv\fP (n, x, incx)" .br .RI "\fBZLACGV\fP conjugates a complex vector\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "subroutine clacgv (integer n, complex, dimension( * ) x, integer incx)" .PP \fBCLACGV\fP conjugates a complex vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf CLACGV conjugates a complex vector of length N\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of the vector X\&. N >= 0\&. .fi .PP .br \fIX\fP .PP .nf X is COMPLEX array, dimension (1+(N-1)*abs(INCX)) On entry, the vector of length N to be conjugated\&. On exit, X is overwritten with conjg(X)\&. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The spacing between successive elements of X\&. .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 zlacgv (integer n, complex*16, dimension( * ) x, integer incx)" .PP \fBZLACGV\fP conjugates a complex vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ZLACGV conjugates a complex vector of length N\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of the vector X\&. N >= 0\&. .fi .PP .br \fIX\fP .PP .nf X is COMPLEX*16 array, dimension (1+(N-1)*abs(INCX)) On entry, the vector of length N to be conjugated\&. On exit, X is overwritten with conjg(X)\&. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The spacing between successive elements of X\&. .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\&.