JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia

Home Page:http://juliamath.github.io/Interpolations.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradient! is not defined for extrapolations

rs1909 opened this issue · comments

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

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.