You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / _function_base_impl / _lerp

function

numpy.lib._function_base_impl:_lerp

source: /numpy/lib/_function_base_impl.py :4582

Signature

def   _lerp ( a b t out = None )

Summary

Compute the linear interpolation weighted by gamma on each point of two same shape array.

Extended Summary

a

a

b

b

t

t

out

out

Aliases

  • numpy.lib._function_base_impl._lerp