#define NMAX 3000 static double a[NMAX][NMAX], b[NMAX][NMAX], c[NMAX][NMAX]; void dsyr2k(long N) { int i,j,k; #pragma scop for (i=0; i