-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
JuliaLang/julia
#32739Labels
sparseSparse arraysSparse arrays
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.
stevengj, mschauer, AzamatB and schneiderfelipe
Metadata
Metadata
Assignees
Labels
sparseSparse arraysSparse arrays