Skip to content

Commit

Permalink
Merge pull request #8223 from andfoy/add_ndbspline
Browse files Browse the repository at this point in the history
Add NdBSpline to cupyx.scipy.interpolate
  • Loading branch information
takagi committed Mar 13, 2024
2 parents 218e79e + 73c4274 commit 4179286
Show file tree
Hide file tree
Showing 4 changed files with 1,072 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cupyx/scipy/interpolate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
from cupyx.scipy.interpolate._bspline import BSpline, splantider, splder # NOQA
from cupyx.scipy.interpolate._bspline2 import make_interp_spline # NOQA

# Multivariate interpolation
from cupyx.scipy.interpolate._ndbspline import NdBSpline # NOQA

# Radial basis functions
from cupyx.scipy.interpolate._rbfinterp import RBFInterpolator # NOQA
from cupyx.scipy.interpolate._rgi import RegularGridInterpolator # NOQA
Expand Down

0 comments on commit 4179286

Please sign in to comment.