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?
- [julia-users] as_strided samuel_ainsworth
- Re: [julia-users] as_strided Andreas Noack
- Re: [julia-users] as_strided samuel_ainsworth
