table of contents
ZDOTU(1) | BLAS routine | ZDOTU(1) |
NAME¶
ZDOTU - ZDOTU form the dot product of two vectors
SYNOPSIS¶
- DOUBLE COMPLEX
- FUNCTION ZDOTU(N,ZX,INCX,ZY,INCY)
INTEGER INCX,INCY,N DOUBLE COMPLEX ZX(*),ZY(*)
PURPOSE¶
ZDOTU forms the dot product of two vectors.
FURTHER DETAILS¶
jack dongarra, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
November 2008 | BLAS routine |