F16EAF Example Program Data

   5                                       : first dot product, n
   1    -1                                 : incx and incy
   0.3                                     : alpha
   1.0   2.0   3.0   4.0   5.0             : X(i), i = 1,..,n
   1.0   2.0   3.0  -4.0  -5.0             : Y(i), i = 1,..,n

   4                                       : second dot product, n
  -2    -1                                 : incx and incy
  -7.0                                     : alpha
   0.1   9.9   0.2   9.9   0.3   9.9  0.4  : X(i), i = 1,..,[1+2(n-1)=7]
   0.1   0.2   0.3   0.4                   : Y(i), i = 1,..,n