// // row-block // #include #include #include #include #include #define m 8192 #define n 8192 const int num_test=10; // times for testing int main() { int i, j, k; clock_t t0, t1, t2; static double A[m][n], x[n], y1[m], y2[m]; srand(time(0)); for(i=0; i