Scroll to navigation

ZAXPY(1) BLAS routine ZAXPY(1)

NAME

ZAXPY - ZAXPY constant times a vector plus a vector

SYNOPSIS

DOUBLE COMPLEX ZA INTEGER INCX,INCY,N DOUBLE COMPLEX ZX(*),ZY(*)

PURPOSE


ZAXPY constant times a vector plus a vector.

FURTHER DETAILS


jack dongarra, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)

November 2008 BLAS routine