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