bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _function_base_impl / _lerp
function
numpy.lib._function_base_impl:_lerp
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_function_base_impl.py :4570
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