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