bearophile wrote:Indeed. The difficult question is, what would the syntax be?What about the simper: x.dot(y)I don't like symmetric operations with an asymmetric syntax. Better: dot(x, y) Even better: dot_product(x, y) Funner: sum(x .* y)
Weirder: x ยท y -- Simen
