Getting started
User Guide
API reference
Development
Release notes
GitHub
scipy.interpolate.RBFInterpolator.__call__
¶
RBFInterpolator.
__call__
(
x
)
[source]
¶
Evaluate the interpolant at
x
.
Parameters
x
(Q, N) array_like
Evaluation point coordinates.
Returns
(Q, …) ndarray
Values of the interpolant at
x
.
scipy.interpolate.RBFInterpolator
scipy.interpolate.Rbf