julia
f1c4d546 - Fix shift direction of circshift! for vectors (#46759)

Commit
3 years ago
Fix shift direction of circshift! for vectors (#46759) This patch fixes the shifting direction for circshift!(x::AbstractVector, n::Integer), which was opposite the direction of circshift(x, n) and circshift!(y, x, n). In addition, this patch fixes the method to also work correctly with offset arrays. Fixes #46533.
Author
Parents
Loading