1CDOTC(1) BLAS routine CDOTC(1)
23
4
NAME
6CDOTC - forms the dot product of two vectors, conjugating the first
7vector
8
SYNOPSIS
10COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
1112
INTEGER INCX,INCY,N
1314
COMPLEX CX(*),CY(*)
15
PURPOSE
17forms the dot product of two vectors, conjugating the first
18vector.
1920
FURTHER DETAILS
22jack dongarra, linpack, 3/11/78.
23modified 12/3/93, array(1) declarations changed to array(*)
2425
26
27
28
BLAS routine November 2008 CDOTC(1)