Open ettersi opened 5 years ago
Hi,
I may be a little bit late. but I faced the same issue. Sorry for the lack of correction, this is my first post here. What worked for me was a little bit rudimentary, but given a LinearAlgebra.Transpose{Complex{Float64},Array{Complex{Float64},2}} element, say d, using d[:, :] removed the Transpose wrapper. Once it is removed, the fft method worked correctly.
Probably there are better solutions out there. I am not very well familiarized with the Julia internal processing.
I ran into this same issue, but doing the x[:, :]
slicing worked for me too, thanks!
Note that the real case works: