Hi,
I am currently working with FFT tools of MKL 10.3.12, specifically Dfti and Fortran interface. In my Forward transform, complex exponentials have positive sign as opposed to the default negative sign. Although I saw in this article: "https://software.intel.com/en-us/articles/the-intel-math-kernel-library-..." that changing sign is provided in mkl_Dfti, I couldn't find any relevant parameter for that. After checking the original file "mkl_dfti.f90", I noticed that DFTI_FORWARD_SIGN is not implemented yet. So my question is if the newer versions have this facility and if not what is your proposed solution to take advantage of using Dfti (like using complex conjugate even storage) while having positive sign in forward transform.
Many thanks in advance