Scroll to navigation

ZLACGV(1) LAPACK auxiliary routine (version 3.2) ZLACGV(1)

NAME

ZLACGV - conjugates a complex vector of length N

SYNOPSIS

N, X, INCX )

INTEGER INCX, N COMPLEX*16 X( * )

PURPOSE

ZLACGV conjugates a complex vector of length N.

ARGUMENTS

The length of the vector X. N >= 0.
(1+(N-1)*abs(INCX)) On entry, the vector of length N to be conjugated. On exit, X is overwritten with conjg(X).
The spacing between successive elements of X.
November 2008 LAPACK auxiliary routine (version 3.2)