Scroll to navigation

ZDOTC(1) BLAS routine ZDOTC(1)

NAME

ZDOTC - forms the dot product of a vector

SYNOPSIS

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(*)

November 2008 BLAS routine