cdotu(l) - Linux man page
Name
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(*)
