MeasureBase.jl icon indicating copy to clipboard operation
MeasureBase.jl copied to clipboard

`::StdPowerMeasure{MU,1}` pattern

Open cscherrer opened this issue 11 months ago • 1 comments

In product_transport.jl, I see a lot of methods with arguments like

 μ::StdPowerMeasure{MU,1}

This complicates dispatch, and I don't see why it's necessary. @oschulz Why do we need to treat vector specially? I'd think we could just reshape as needed and it could be simpler, but maybe I'm missing something.

cscherrer avatar Sep 22 '23 17:09 cscherrer