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