bundles / numpy latest / numpy / polynomial / polyutils / _fromroots
function
numpy.polynomial.polyutils:_fromroots
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/polyutils.py :443
Signature
def _fromroots ( line_f , mul_f , roots ) Summary
Helper function used to implement the <type>fromroots functions.
Parameters
line_f: function(float, float) -> ndarrayThe
<type>linefunction, such aspolylinemul_f: function(array_like, array_like) -> ndarrayThe
<type>mulfunction, such aspolymulrootsSee the
<type>fromrootsfunctions for more detail
Aliases
-
numpy.polynomial.polyutils._fromroots