1CAXPY(1)                         BLAS routine                         CAXPY(1)
2
3
4

NAME

6       CAXPY - CAXPY constant times a vector plus a vector
7

SYNOPSIS

9       SUBROUTINE CAXPY(N,CA,CX,INCX,CY,INCY)
10
11           COMPLEX                            CA
12
13           INTEGER                            INCX,INCY,N
14
15           COMPLEX                            CX(*),CY(*)
16

PURPOSE

18          CAXPY constant times a vector plus a vector.
19
20

FURTHER DETAILS

22          jack dongarra, linpack, 3/11/78.
23          modified 12/3/93, array(1) declarations changed to array(*)
24
25
26
27
28BLAS routine                     November 2008                        CAXPY(1)
Impressum