Numpy has a great little function called `as_strided` that let's you 
construct a view into an array with different strides 
(http://scipy-lectures.github.io/advanced/advanced_numpy/). It ends up 
being really handy for moving window type things and some other numpy-fu. 
Does Julia have a comparable function?

Reply via email to