This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

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) -> ndarray

The <type>line function, such as polyline

mul_f : function(array_like, array_like) -> ndarray

The <type>mul function, such as polymul

roots

See the <type>fromroots functions for more detail

Aliases

  • numpy.polynomial.polyutils._fromroots