bundles / scipy latest / scipy / interpolate / _interpolate / interp2d / __init__
function
scipy.interpolate._interpolate:interp2d.__init__
Signature
def __init__ ( self , x , y , z , kind = linear , copy = True , bounds_error = False , fill_value = None ) Summary
No Docstrings
Aliases
-
scipy.interpolate.interp2d.__init__