Random PSIdeas

Random PSIdeas

1M Downloads

[SUGGESTION] Vector elementwise multiplication operator

Boingboingsplat opened this issue ยท 1 comments

commented

Basically, takes two vectors, multiplies each element of the first vector by the corresponding element second vector, then returns the resulting vector.

(a, b, c) * (x, y, z) = (ax, by, cz)

commented

That's just part of the fun of Psi.