Fourier library: Operations in the Fourier domain

◆ c2r()

void fourier::fft::DRFFTWAFFArrayEngine::c2r ( )

execute c2r plan

Definition at line 115 of file fftwaffar.cc.

References createplanc2r(), and Mplanc2r.

Referenced by main().

116  {
117  if (Mplanc2r == 0)
118  {
119  this->createplanc2r();
120  }
121  fftw_execute(Mplanc2r);
122  } // DRFFTWAFFArrayEngine::c2r()
Here is the call graph for this function:
Here is the caller graph for this function: