bundles / scipy latest / scipy / optimize / _zeros_py / _interpolated_poly
function
scipy.optimize._zeros_py:_interpolated_poly
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