1CDOTC(1) BLAS routine CDOTC(1)
23
4
NAME
6CDOTC - the dot product of two vectors, conjugating the first vector
7
SYNOPSIS
9COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
1011
INTEGER INCX,INCY,N
1213
COMPLEX CX(*),CY(*)
14
PURPOSE
16forms the dot product of two vectors, conjugating the first
17vector.
1819
FURTHER DETAILS
21jack dongarra, linpack, 3/11/78.
22modified 12/3/93, array(1) declarations changed to array(*)
2324
25
26
27
BLAS routine November 2006 CDOTC(1)