Interpolations.jl
Interpolations.jl copied to clipboard
Supporting SIMD.jl types
Since interpolations already supports evaluating at arrays of points in a vectorized way, would it be hard to support evaluating at points of SIMD.jl vector types? It would be very helpful for code that evaluates interpolations in a loop.
I could try my hand at a pull request, if I had a little guidance on where to start.
Could you give an example of some code that you would like to work along with the error that occurs now?