numexpr icon indicating copy to clipboard operation
numexpr copied to clipboard

Copy transpose operation

Open landmanbester opened this issue 11 months ago • 0 comments

Is there a way to do

x[...] = y.T

using numexpr? From the answer given here

https://stackoverflow.com/questions/67431966/how-to-avoid-huge-overhead-of-single-threaded-numpys-transpose

I believe there might be something to gain using numexpr for this purpose

landmanbester avatar Mar 14 '24 08:03 landmanbester