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

NAME

6       DAXPY - DAXPY constant times 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          DAXPY constant times a vector plus a vector.
19          uses unrolled loops for increments equal to one.
20
21

FURTHER DETAILS

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