Ejemplo n.º 1
0
 public static void vmul(int n, float[] a, int offseta, float[] b, int offsetb, float[] r, int offsetr)
 {
     Provider.vsmul(n, a, offseta, b, offsetb, r, offsetr);
 }