A LaTeX tutorial on how NumPy as_strided operates.
When I was architecting some of my projects, I had come across many situations
where I had to optimally perform windowing. Digging into NumPy’s doc for
how as_strided works was confusing, therefore I created this write-up for it.
