pyinterp.core.RadialBasisFunction#
- class pyinterp.core.RadialBasisFunction#
Bases:
pybind11_builtins.pybind11_object
Radial basis functions
Members:
Cubic : \(\varphi(r) = r^3\)
Gaussian : \(\varphi(r) = e^{-(\dfrac{r}{\varepsilon})^2}\)
- InverseMultiquadric:math:`varphi(r) = dfrac{1}”
“{sqrt{1+(dfrac{r}{varepsilon})^2}}`
Linear : \(\varphi(r) = r\)
Multiquadric : \(\varphi(r) = \sqrt{1+(\dfrac{r}{\varepsilon}^2})\)
ThinPlate : \(\varphi(r) = r^2 \ln(r)\).
Attributes
Special Methods
__eq__
(self, other)__getstate__
(self)__index__
(self)__int__
(self)__ne__
(self, other)__repr__
(self)__setstate__
(self, state)name(self: handle) -> str