.TH "SRC/clacgv.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME SRC/clacgv.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBclacgv\fP (n, x, incx)" .br .RI "\fBCLACGV\fP conjugates a complex vector\&. " .in -1c .SH "Function/Subroutine 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 .PP Definition at line \fB73\fP of file \fBclacgv\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.