1ZDOTU(1) BLAS routine ZDOTU(1)
23
4
NAME
6ZDOTU - ZDOTU form the dot product of two vectors
7
SYNOPSIS
9DOUBLE COMPLEX FUNCTION ZDOTU(N,ZX,INCX,ZY,INCY)
1011
INTEGER INCX,INCY,N
1213
DOUBLE COMPLEX ZX(*),ZY(*)
14
PURPOSE
16ZDOTU forms the dot product of two vectors.
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 2008 ZDOTU(1)