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.