1ZDOTC(1) BLAS routine ZDOTC(1)
23
4
NAME
6ZDOTC - the dot product of a vector
7
SYNOPSIS
9DOUBLE COMPLEX FUNCTION ZDOTC(N,ZX,INCX,ZY,INCY)
1011
INTEGER INCX,INCY,N
1213
DOUBLE COMPLEX ZX(*),ZY(*)
14
PURPOSE
16ZDOTC forms the dot product of a vector.
1718
FURTHER DETAILS
20jack dongarra, 3/11/78.
21modified 12/3/93, array(1) declarations changed to array(*)
2223
24
25
26
BLAS routine November 2006 ZDOTC(1)