lacgv#
Functions
-
void clacgv(const INT n, c64 *restrict X, const INT incx)#
CLACGV conjugates a complex vector of length N.
Parameters
innThe length of the vector X. n >= 0.
inoutXSingle 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).
inincxThe spacing between successive elements of X.
void clacgv(
const INT n,
c64* restrict X,
const INT incx
);
Functions
-
void zlacgv(const INT n, c128 *restrict X, const INT incx)#
ZLACGV conjugates a complex vector of length N.
Parameters
innThe length of the vector X. n >= 0.
inoutXDouble 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).
inincxThe spacing between successive elements of X.
void zlacgv(
const INT n,
c128* restrict X,
const INT incx
);