Searched refs:vector1 (Results 1 – 1 of 1) sorted by relevance
197 public static double dotProduct(float[] vector1, float[] vector2, int dimensions) { in dotProduct() argument200 total += vector1[i] * vector2[i]; in dotProduct()