JuliaMath / JuliaMath/Interpolations.jl
Cubic spline interpolation
Open
- Dominant language
- Julia
- Stars
- 575
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
Dear developers,
Will there be a possibility to use a `cubic_spline_interpolation()` for a multidimensional irregular grids? That is:
```
itp = cubic_spline_interpolation((xdim, ydim), z)
```
where `xdim` and `ydim` are of type `Array{Float64}`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.