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

NAME

6       ZAXPY - time 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          constant times a vector plus a vector.
19          jack dongarra, 3/11/78.
20          modified 12/3/93, array(1) declarations changed to array(*)
21
22
23
24
25
26BLAS routine                     November 2006                        ZAXPY(1)
Impressum