04 Try it yourself Interactive
The 3 × 3 from section 02, one cell per press of Next. Green cells have been read, the indigo cell is being read right now, and the amber band shows the row or column the outer loop currently owns. Watch the two indices in the stat row: in row-major r holds still while c races, and in column-major it is the other way round. Whichever matrix you load, the running total lands on the same number both ways — on the 3 × 3 that number is 24.