zdotc(l) - Linux man page
Name
ZDOTC - forms the dot product of a vector
Synopsis
- DOUBLE COMPLEX
FUNCTION ZDOTC(N,ZX,INCX,ZY,INCY)
INTEGER
INCX,INCY,N
DOUBLE
COMPLEX ZX(*),ZY(*)
Purpose
ZDOTC forms the dot product of a vector.
Further Details
jack dongarra, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)