Skip to content

Latest commit

 

History

History

loop_interchange_1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a lab about loop interchange.

Matrix multiplication is an important building block for many numerical algorithms. In this lab assignment, we compute the integer power of a given real square matrix. The binary representation of the power significantly reduces the number of matrix operations. Still, the code has a major performance flaw. Your job is to find it out.