.TH "zlacgv.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME zlacgv.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBzlacgv\fP (N, X, INCX)" .br .RI "\fI\fBZLACGV\fP conjugates a complex vector\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine zlacgv (integerN, complex*16, dimension( * )X, integerINCX)" .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 \fBDate:\fP .RS 4 September 2012 .RE .PP .PP Definition at line 75 of file zlacgv\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.