Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • 4D interpolation
    • Create interpolator objects
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Unstructured grid
    • Fill NaN values
    • Orbit Interpolation
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
Back to top
View this page

pyinterp.core.RadialBasisFunction¶

class pyinterp.core.RadialBasisFunction¶

Bases: pybind11_object

Radial basis functions

Members:

Cubic

Gaussian

InverseMultiquadric

Linear

Multiquadric

ThinPlate

Attributes

Cubic

Gaussian

InverseMultiquadric

Linear

Multiquadric

ThinPlate

name

value

Protected Methods

_pybind11_conduit_v1_

Special Methods

__eq__(self, other)

__getstate__(self)

__index__(self)

__int__(self)

__ne__(self, other)

__repr__(self)

__setstate__(self, state)

__str__(self)

Next
pyinterp.core.RadialBasisFunction.Cubic
Previous
pyinterp.core.quadrivariate_float64
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.RadialBasisFunction
    • RadialBasisFunction