JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
533 stars 110 forks source link

Supporting SIMD.jl types #371

Open danielkeller opened 4 years ago

danielkeller commented 4 years ago

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.

mkitti commented 4 years ago

Could you give an example of some code that you would like to work along with the error that occurs now?