Re: FFT module thoughts, was Re: [eigen] Eigen 3.0.5 Could NOT find FFTW

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


I think std::exp() might be a candidate.

Try adding 
    namespace std {  std::complex<Real> exp(const std::complex<Real>&); }
to your file to see if it's the culprit.

Björn



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/