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

NAME

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

SYNOPSIS

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

PURPOSE

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

FURTHER DETAILS

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