Index Reversal
- Index reversal on B: i.e. B(I,J) replaced by B(J,I) must be done everywhere in the program
- This has to be done manually, there is no compiler optimization that does index reversal.
The access is poor for A and C,
while it is optimal for B
Interchanged loops + Index reversal:
interchange will be good for A and C,