JuliaMath / JuliaMath/Interpolations.jl
Higher-order interpolations with Gridded?
Open
- 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.