public static void vdiv(int n, double[] a, int offseta, double[] b, int offsetb, double[] r, int offsetr) { Provider.vddiv(n, a, offseta, b, offsetb, r, offsetr); }