5903 Intro Scientific Prog:
Timing Matrix Ops: Specification

  1. Write a random matrix generator
  2. Write a matrix multiply routine that multiplies two conforming matrices C = A B
  3. Understand the gsl library matrix structure and modify your code to create safer calls 
  4. Compare the run time of your calls with the gsl calls.
    1. Create a suitable graph with a fair number of data points comparing the timing
    2. Comment briefly on the results.