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

NAME

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

SYNOPSIS

9       SUBROUTINE ZAXPY(N,ZA,ZX,INCX,ZY,INCY)
10
11           DOUBLE                             COMPLEX ZA
12
13           INTEGER                            INCX,INCY,N
14
15           DOUBLE                             COMPLEX ZX(*),ZY(*)
16

PURPOSE

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

FURTHER DETAILS

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