caxpy(l) - Linux man page

Name

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