{ } Raw JSON

bundles / scipy latest / scipy / optimize / _zeros_py / _interpolated_poly

function

scipy.optimize._zeros_py:_interpolated_poly

source: /scipy/optimize/_zeros_py.py :1057

Signature

def   _interpolated_poly ( xvals fvals x )

Summary

Compute p(x) for the polynomial passing through the specified locations.

Extended Summary

Use Neville's algorithm to compute p(x) where p is the minimal degree polynomial passing through the points xvals, fvals

Aliases

  • scipy.optimize._zeros_py._interpolated_poly