GridInterpolations.jl
GridInterpolations.jl copied to clipboard
Cannot interpolate complex numbers when passing a 2d array
When I pass a 2d array with complex numbers to interpolate, the code fails. I tries to convert the complex numbers to Float64.
A PR is welcome---but make sure that performance on real-valued interpolations is not compromised since that is by far the most common use case.