diff options
Diffstat (limited to 'log-fourier.cpp')
| -rw-r--r-- | log-fourier.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/log-fourier.cpp b/log-fourier.cpp index 1e2e7d9..6149e6f 100644 --- a/log-fourier.cpp +++ b/log-fourier.cpp @@ -52,6 +52,7 @@ Complex gamma(Complex z) {  std::vector<Complex> LogarithmicFourierTransform::fourier(const std::vector<Real>& c, bool symmetric) {    std::vector<Complex> ĉ(N);    std::vector<Real> σs = {1}; +  /* c is either even or zero for negative arguments */    if (symmetric){      σs.push_back(-1);    } | 
