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

NAME

6       DDOT - DDOT form 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          DDOT forms the dot product of two vectors.
17          uses unrolled loops for increments equal to one.
18
19

FURTHER DETAILS

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