Example #1
0
 public static void scal(int n, double a, double[] x, int offsetx, int incx)
 {
     Provider.dscal(n, a, x, offsetx, incx);
 }