Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 759 Bytes

File metadata and controls

8 lines (5 loc) · 759 Bytes

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.