1CDOTC(1)                         BLAS routine                         CDOTC(1)
2
3
4

NAME

6       CDOTC - the dot product of two vectors, conjugating the first  vector
7

SYNOPSIS

9       COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
10
11           INTEGER      INCX,INCY,N
12
13           COMPLEX      CX(*),CY(*)
14

PURPOSE

16          forms the dot product of two vectors, conjugating the first
17          vector.
18
19

FURTHER DETAILS

21          jack dongarra, linpack,  3/11/78.
22          modified 12/3/93, array(1) declarations changed to array(*)
23
24
25
26
27BLAS routine                     November 2006                        CDOTC(1)
Impressum