Skip to content

Commit

Permalink
Merge pull request #8208 from andfoy/add_clough_tocher
Browse files Browse the repository at this point in the history
Add CloughTocher2DInterpolator to cupyx.scipy.interpolate
  • Loading branch information
asi1024 committed Apr 3, 2024
2 parents 76d004a + da79e3d commit eae7406
Show file tree
Hide file tree
Showing 6 changed files with 814 additions and 81 deletions.
2 changes: 2 additions & 0 deletions cupyx/scipy/interpolate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

# Multivariate interpolation
from cupyx.scipy.interpolate._interpnd import LinearNDInterpolator # NOQA
from cupyx.scipy.interpolate._interpnd import ( # NOQA
CloughTocher2DInterpolator) # NOQA

# 1-D Splines
from cupyx.scipy.interpolate._bspline import BSpline, splantider, splder # NOQA
Expand Down

0 comments on commit eae7406

Please sign in to comment.