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

NAME

6       DDOT - the dot product of two vectors
7

SYNOPSIS

9       DOUBLE PRECISION FUNCTION DDOT(N,DX,INCX,DY,INCY)
10
11           INTEGER      INCX,INCY,N
12
13           DOUBLE       PRECISION DX(*),DY(*)
14

PURPOSE

16          forms the dot product of two vectors.
17          uses unrolled loops for increments equal to one.
18          jack dongarra, linpack, 3/11/78.
19          modified 12/3/93, array(1) declarations changed to array(*)
20
21
22
23
24
25BLAS routine                     November 2006                         DDOT(1)
Impressum