Esempio n. 1
0
	def __dotProduct(self, x, y):
		return Math.dotProduct(x, y)
Esempio n. 2
0
def _dotProduct(x, y):
	return Math.dotProduct(x, y)