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