in 0..m C[i][j] = C[i][j] + A[i][k] * B[k][j]; Example: Matrix multiplication Powered by EPAM a[0,1] … a[0,m-1] a[1,1] … a[1,m-1] … a[n-1,1] … a[n-1,m-1] a[0,0] a[1,0] a[n-1,0] Iterating over the single row. Cached. Factored out of the loop. Again iterating over the single row. Cached.