Example #1
0
 public static void vadd(int n, double[] a, int offseta, double[] b, int offsetb, double[] r, int offsetr)
 {
     Provider.vdadd(n, a, offseta, b, offsetb, r, offsetr);
 }