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