.TH ZLACGV l "15 June 2000" "LAPACK version 3.0" ")"
.SH NAME
ZLACGV - conjugate a complex vector of length N
.SH SYNOPSIS
.TP 19
SUBROUTINE ZLACGV(
N, X, INCX )
.TP 19
.ti +4
INTEGER
INCX, N
.TP 19
.ti +4
COMPLEX*16
X( * )
.SH PURPOSE
ZLACGV conjugates a complex vector of length N. 
.SH ARGUMENTS
.TP 8
N       (input) INTEGER
The length of the vector X.  N >= 0.
.TP 8
X       (input/output) 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).
.TP 8
INCX    (input) INTEGER
The spacing between successive elements of X.
