Evaluate the interpolating polynomial at the points x
| Parameters : | x : array-like
|
|---|---|
| Returns : | y : array-like
|
Notes
Currently the code computes an outer product between x and the weights, that is, it constructs an intermediate array of size N by len(x), where N is the degree of the polynomial.