caxpy (l) - Linux Manuals

caxpy: CAXPY constant times a vector plus a vector

NAME

CAXPY - CAXPY constant times a vector plus a vector

SYNOPSIS

SUBROUTINE CAXPY(N,CA,CX,INCX,CY,INCY)

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