// matMult.c // mmasserfrye@hmc.edu 30 January 2022 #include // supports printf #include // supports fabs #include "util.h" // supports verify // puts the indicated row of length n from matrix mat into array arr void getRow(int n, int row, double *mat, double *arr){ int ind; for (int i=0; i