30 cout <<
"Armadillo FFT Time = " << ( clock() - tic ) /
double( CLOCKS_PER_SEC ) << endl;
34 cout <<
"Armadillo FFT Time = " << ( clock() - tic ) /
double( CLOCKS_PER_SEC ) << endl;
36 for(
int n = 1; n < 5; n++ )
41 cout <<
"FFTW Loop[" << n <<
"]. Time = " << ( clock() - tic ) /
double( CLOCKS_PER_SEC ) << endl;