> You mean "compute the dot product"? That seems to be what that operation > actually does in the example beneath it.
Thanks for spotting the mistake, not the dot product but just a simple element by element multiplication . It shows you can easily create operator similar to that in Julia's element-by-element operations you wish. It's corrected now.
