Query: zlacgv
OS: redhat
Section: l
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ZLACGV(l) ) ZLACGV(l)NAMEZLACGV - conjugate a complex vector of length NSYNOPSISSUBROUTINE ZLACGV( N, X, INCX ) INTEGER INCX, N COMPLEX*16 X( * )PURPOSEZLACGV conjugates a complex vector of length N.ARGUMENTSN (input) INTEGER The length of the vector X. N >= 0. 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). INCX (input) INTEGER The spacing between successive elements of X. LAPACK version 3.0 15 June 2000 ZLACGV(l)