Scroll to navigation

CAXPY(1) BLAS routine CAXPY(1)

NAME

CAXPY - CAXPY constant times a vector plus a vector

SYNOPSIS

COMPLEX CA INTEGER INCX,INCY,N COMPLEX CX(*),CY(*)

PURPOSE


CAXPY constant times a vector plus a vector.

FURTHER DETAILS


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

November 2008 BLAS routine