float A[16][8] = { #include "a_matrix.h" }; float B[8][16] = { #include "b_matrix.h" }; float C[16][16] = { #include "c_matrix.h" };