Closed CarloLucibello closed 1 year ago
This is tricky. I have to know that the operator is commutative, since I turn this into Diagonal([1,2]) * x
. Currently if you do: [1,2] .* x
this should work, and x .* [1,2,3]'
should work.
I need to do a bit of work to do it irrespective of ordering (at least for the builtin operators).
Fixed on master as far as I can tell.