int i,j; const int ROWS=3072, COLS=2560; const int ROWSIZE=COLS, COLSIZE=ROWS; _complex *xx = new _complex[ROWS*COLS]; int r,c; memset(xx,0,sizeof(xx[0])*ROWS*COLS); /* zero fill initialization */ for(r=0;r