Exemple #1
0
 public static void scal(int n, float a, float[] x, int offsetx, int incx)
 {
     Provider.sscal(n, a, x, offsetx, incx);
 }