Scroll to navigation

ZDOTU(1) BLAS routine ZDOTU(1)

NAME

ZDOTU - ZDOTU form the dot product of two vectors

SYNOPSIS

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