We currently have:
julia> using GenericFFT
julia> x = rand(BigFloat, 16, 16);
julia> fft(x)
ERROR: MethodError: no method matching generic_fft(::Matrix{Complex{BigFloat}}, ::UnitRange{Int64})
The call fft(x,1) returns something, but fft(x,2) returns an error.
We currently have:
The call
fft(x,1)returns something, butfft(x,2)returns an error.