bundles / scipy latest / scipy / interpolate / _bsplines / _coeff_of_divided_diff
function
scipy.interpolate._bsplines:_coeff_of_divided_diff
Signature
def _coeff_of_divided_diff ( x ) Summary
Returns the coefficients of the divided difference.
Parameters
x: array, shape (n,)Array which is used for the computation of divided difference.
Returns
res: array_like, shape (n,)Coefficients of the divided difference.
Notes
Vector x should have unique elements, otherwise an error division by zero might be raised.
No checks are performed.
Aliases
-
scipy.interpolate._bsplines._coeff_of_divided_diff