bundles / numpy 2.4.3 / numpy / polynomial / polyutils / _fromroots
function
numpy.polynomial.polyutils:_fromroots
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