
12 Oct
2009
12 Oct
'09
3:26 p.m.
Has anyone successfully used FFTW's fftw_complex typedef[1] with Boost.MultiArray? Under the covers it is an array of length two, which seems to interact poorly with MultiArray's type assumptions. The attached test.cc fails to compile on g++ 4.3 and icpc 10.1. - Rhys [1] http://www.fftw.org/doc/Complex-numbers.html