Previous: saxpy Up: ../plot79_s.html Next: set00


SDOT

       REAL FUNCTION  SDOT(N,SX,INCX,SY,INCY)
 C$    (BLAS - Single-Precision Dot Product)
 C$
 C$    Forms the dot product of two vectors.
 C$    Uses unrolled loops for increments equal to one.
 C$    Jack Dongarra, LINPACK, 3/11/78.
 C$
 C$    (03-APR-82)