scipy.interpolate.KroghInterpolator.__call__

KroghInterpolator.__call__(x)

Evaluate the polynomial at the point x

Parameters :

x : scalar or array-like of length N

Returns :

y : scalar, array of length R, array of length N, or array of length N by R

If x is a scalar, returns either a vector or a scalar depending on whether the interpolator is vector-valued or scalar-valued. If x is a vector, returns a vector of values.

Previous topic

scipy.interpolate.KroghInterpolator

Next topic

scipy.interpolate.KroghInterpolator.derivative

This Page