Closed
Description
Two related questions:
- I have the need for a generalised euclidean inner product
dot(x, M, y) = dot(x, M * y)
which I don't want to hard-code prefer an ability to overload it. Is this functionality sufficiently general (I think it is) that it should be in Base by default for the standard arrays?
EDIT: second question is deleted; it needs more thinking.