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

NAME

6       DAXPY - time a vector plus a vector
7

SYNOPSIS

9       SUBROUTINE DAXPY(N,DA,DX,INCX,DY,INCY)
10
11           DOUBLE                             PRECISION DA
12
13           INTEGER                            INCX,INCY,N
14
15           DOUBLE                             PRECISION DX(*),DY(*)
16

PURPOSE

18          constant times a vector plus a vector.
19          uses unrolled loops for increments equal to one.
20          jack dongarra, linpack, 3/11/78.
21          modified 12/3/93, array(1) declarations changed to array(*)
22
23
24
25
26
27BLAS routine                     November 2006                        DAXPY(1)
Impressum