On Wednesday, July 23, 2014 10:07:20 AM UTC-4, Andrei Berceanu wrote:

> In numpy, if one can invert an arbitrary array *arr* along a given axis 
> using the syntax
>
>     *arr[::-1,...]*
>

And with regards to this, I think you're after `flipdim` 
— http://docs.julialang.org/en/latest/stdlib/base/#Base.flipdim

There's also the Matlab-like names flipud and fliplr for the first two axes 
(up/down and left/right).

Reply via email to