This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Evaluate the interpolating polynomial at the points x
Parameters : | x : scalar or array-like of length M |
---|---|
Returns : | y : scalar or array-like of length R or length M or M by R
|
Notes
Currently the code computes an outer product between x and the weights, that is, it constructs an intermediate array of size N by M, where N is the degree of the polynomial.