bundles / scipy 1.17.1 / scipy / interpolate / _interpnd / CloughTocher2DInterpolator / _set_values
cython_function_or_method
scipy.interpolate._interpnd:CloughTocher2DInterpolator._set_values
Signature
def _set_values ( self , values , fill_value = nan , need_contiguous = True , ndim = None ) Summary
Sets the values of the interpolation points.
Parameters
values: ndarray of float or complex, shape (npoints, ...)Data values.
Aliases
-
scipy.interpolate.CloughTocher2DInterpolator._set_values