; mat_vec_64.asm a direct coding of mat_vec.c ;// 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