Fourier library: Operations in the Fourier domain
|
#define FOURIER_assert | ( | C, | |
M | |||
) | FOURIER_Xassert( C , M , fourier::Exception ) |
Check an assertion and report by throwing an exception.
C | assert condition |
M | message of type char* |
Definition at line 141 of file error.h.
Referenced by fourier::fft::DRFFTWAFFArrayEngine::checkconsistency(), fourier::fft::DRFFTWAFF::create_plan_backward(), fourier::fft::DRFFTWAFF::create_plan_forward(), fourier::fft::DRFFTWAFFArrayEngine::createplanc2r(), fourier::fft::DRFFTWAFFArrayEngine::createplanr2c(), main(), fourier::fft::DRFFTWAFFArrayEngine::series(), fourier::Filter::sethpb(), fourier::Filter::setlpb(), and fourier::fft::DRFFTWAFFArrayEngine::spectrum().