{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _ppoly / _croots_poly1

cython_function_or_method

scipy.interpolate._ppoly:_croots_poly1

Signature

def   _croots_poly1 ( c w y = 0.0 )

Summary

Find roots of polynomials.

Extended Summary

This function is for testing croots_poly1

Parameters

c : ndarray, (k, m, n)

Coefficients of several order-k polynomials

w : ndarray, (k, m, n)

Output argument --- roots of the polynomials.

Aliases

  • scipy.interpolate._ppoly._croots_poly1