; mat_vec_64f.asm a direct coding of mat_vec_64n.asm comments deleted ;// mat_vec.c compute matrix times vector multiply ;#include ; ;void mat_vec(long int n, double A[][n], double x[], double y[]) ;{ ; long int i, j; ; ; printf("mat_vec n=%ld \n",n); ; for(i=0; i