scipy.interpolate.CloughTocher2DInterpolator.
__call__#
- CloughTocher2DInterpolator.__call__(xi)#
- Evaluate interpolator at given points. - Parameters:
- x1, x2, … xn: array-like of float
- Points where to interpolate data at. x1, x2, … xn can be array-like of float with broadcastable shape. or x1 can be array-like of float with shape - (..., ndim)