Fourier library: Operations in the Fourier domain

◆ r2c()

void fourier::fft::DRFFTWAFFArrayEngine::r2c ( )

execute r2c plan

Definition at line 127 of file fftwaffar.cc.

References createplanr2c(), and Mplanr2c.

Referenced by main().

128  {
129  if (Mplanr2c == 0)
130  {
131  this->createplanr2c();
132  }
133  fftw_execute(Mplanr2c);
134  } // DRFFTWAFFArrayEngine::r2c()
Here is the call graph for this function:
Here is the caller graph for this function: