Loop nest optimization: Difference between revisions

Content deleted Content added
The example of initial case has some error that does not match the afterwards
Line 84:
 
for (k = 0; k < N; ++k)
C[i][j] += A[ik][ki] * B[kj][jk];
}
}