JuliaMath / Interpolations.jl

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

gradient! is not defined for extrapolations #531

Open rs1909 opened 1 year ago

rs1909 commented 1 year ago

I would need the non-allocating version of gradient. Is this planned? I can try to implement it, if not on the roadmap...

mkitti commented 1 year ago

I don't have any explicit plans to implement this, so if you are willing go ahead. It might be good to sketch out the implementation here first.