Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

clacgv(l)


CLACGV

CLACGV

NAME
SYNOPSIS
PURPOSE
ARGUMENTS

NAME

CLACGV - conjugate a complex vector of length N

SYNOPSIS

SUBROUTINE CLACGV(

N, X, INCX )

INTEGER

INCX, N

COMPLEX

X( * )

PURPOSE

CLACGV conjugates a complex vector of length N.

ARGUMENTS

N (input) INTEGER

The length of the vector X. N >= 0.

X (input/output) 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) INTEGER

The spacing between successive elements of X.



clacgv(l)