Interpolations.jl icon indicating copy to clipboard operation
Interpolations.jl copied to clipboard

Constructor for an interpolation which is the derivative of another Interpolation

Open danmackinlay opened this issue 6 years ago • 1 comments

Currently we have hessian and gradient to evaluate derivatives of Interpolation objects. However, sometimes we wish to simply construct a whole new interpolation which is the derivative of another and use this. (also, more generally, we might want to construct interpolations which are integrals of other interpolations, but there are a couple of other details there).

It looks like this should be mathematically not too complex, but I got lost trying to understand how this would get the correct order and boundary conditions.

danmackinlay avatar May 11 '19 11:05 danmackinlay

Yes, that's a reasonable thing to want. Again, a PR would be welcome.

timholy avatar May 13 '19 10:05 timholy