pydl.pydlutils
pydl.pydlutils.trace.
fpoly
Compute the first m simple polynomials.
m
x : array-like
Compute the simple polynomials at these abscissa values.
m : int
int
The number of simple polynomials to compute. For example, if m = 3, x^0, x^1 and x^2 will be computed.
numpy.ndarray