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