public static void vsub(int n, float[] a, int offseta, float[] b, int offsetb, float[] r, int offsetr) { Provider.vssub(n, a, offseta, b, offsetb, r, offsetr); }