Fourier library: Operations in the Fourier domain

◆ operator=()

DRFFTWAFFArrayEngine & fourier::fft::DRFFTWAFFArrayEngine::operator= ( const DRFFTWAFFArrayEngine e)

Definition at line 85 of file fftwaffar.cc.

References delete_plans(), Mseriesarray, and Mspectrumarray.

86  {
87  this->delete_plans();
88  Mseriesarray=e.Mseriesarray;
89  Mspectrumarray=e.Mspectrumarray;
90  return (*this);
91  } // DRFFTWAFFArrayEngine& DRFFTWAFFArrayEngine::operator=(const DRFFTWAFFArrayEngine& e)
void delete_plans()
delete plans.
Definition: fftwaffar.cc:104
Here is the call graph for this function: