As a typical BLAS2 operation, we here consider vector-matrix multiplication (the example from lecture),
To assess the importance of the ordering of the loops, write the following routines (same prototype as mult()), uncomment their calls through timer in the main program in ``timer.c'', and run the resulting program.