JuliaMath / JuliaMath/Interpolations.jl

Constructor for an interpolation which is the derivative of another Interpolation

Open
#320 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
575
Forks
117
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.