{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _interpnd / NDInterpolatorBase / __init__

cython_function_or_method

scipy.interpolate._interpnd:NDInterpolatorBase.__init__

Signature

def   __init__ ( self points values fill_value = nan ndim = None rescale = False need_contiguous = True need_values = True )

Summary

Check shape of points and values arrays, and reshape values to (npoints, nvalues). Ensure the points and values arrays are C-contiguous, and of correct type.

Aliases

  • scipy.interpolate._interpnd.NDInterpolatorBase.__init__