JuliaMath / JuliaMath/Interpolations.jl

Higher-order interpolations with Gridded?

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

Description

Hello,
I am trying to carry out a 2D interpolation based on a grid. Using an appropriate grid, this works:
`interpolate((xs,ys),u',Gridded(Linear()))`
but is there a higher-order version of this, such as
`interpolate((xs,ys),u',Gridded(CubicSpline()))`
or something similar?

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.