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 ]


Yes, I have my own multiple precision complex exp() in std space, as
well as other math. functions. Seems to work fine in all other
contexts (including Eigen itself), but doesn't help with FFT :(

On Apr 5, 2012, at 19:52, "Björn Piltz" <bjornpiltz@xxxxxxxxxxxxxx> wrote:

> 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/