Test files for assignments Modification date Jan 28, 2014 |
Matrix Multiplication
input2x512x512Doubles
output512x512mult
The first file contains two 512x512 matrices of a floating point numbers that you will use as input. The other file contains the answers of applying matrix multiplication to the two
512x512 matrices in the input file. You will use these files to determine if your programs are producing the correct output.
Note: you are to use floats in your program for these numbers otherwise you may get rounding error discrepancies between your answers and the sample answers.