sdot(l) - Linux man page
Name
SDOT - SDOT form the dot product of two vectors
Synopsis
- REAL FUNCTION
SDOT(N,SX,INCX,SY,INCY)
INTEGER
INCX,INCY,N
REAL
SX(*),SY(*)
Purpose
SDOT forms the dot product of two vectors. uses unrolled loops for increments equal to one.
Further Details
jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)