CLACGV(3) LAPACK routine of NEC Numeric Library Collection CLACGV(3)
NAME
CLACGV
SYNOPSIS
SUBROUTINE CLACGV (N, X, INCX)
PURPOSE
CLACGV conjugates a complex vector of length N.
ARGUMENTS
N (input)
N is INTEGER
The length of the vector X. N >= 0.
X (input/output)
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).
INCX (input)
INCX is INTEGER
The spacing between successive elements of X.
LAPACK routine 31 October 2017 CLACGV(3)