According to documentation, including "complex.h" in C should change fftw_complex to be like "double complex". The only difference for me is that I use float (though on my PC it's also 64bit), thus I use fftwf_complex, linking with float lib version.
According to documentation, including "complex.h" in C should change fftw_complex to be like "double complex". The only difference for me is that I use float (though on my PC it's also 64bit), thus I use fftwf_complex, linking with float lib version.
gcc language option: -std=gnu11
I expected following to work:
But fftwf_complex remains an array, producing these errors:
_t
andfloat complex
, but argument isfloat *
fftw - 3.3.10