InverseFunctions.jl
InverseFunctions.jl copied to clipboard
Inverse of `circshift(_, shifts)`
trafficstars
I think the inverse of circshift(_, shifts) is circshift(_, map(-, shifts)). Would that fit here?