Example #1
0
 public static float dot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
 {
     return(Provider.sdot(n, x, offsetx, incx, y, offsety, incy));
 }