/* This file is a test for the transpose algorithms for fftw with OpenMP */ /*#include */ #include #include #include /*#include */ #include #include //#define MSIZE 8192 //#define NSIZE 8192 int initialize_matrix(fftw_complex*out,int m,int n) { int i;int j; for(i=0;i