offset = row×stride_0 + col×stride_1
what you index — (row, col)
axis 0 — down one row
+6
axis 1 — right one col
+1
memory is flat