numpy.polynomial.hermite_e.hermemulx(c)
Polynomial.degree()
class numpy.polynomial.legendre.Legendre(coef, domain=None, window=None)
New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Chebyshev series
numpy.polynomial.chebyshev.chebvander(x, deg)
class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=None)
classmethod Laguerre.cast(series, domain=None, window=None)
numpy.polynomial.laguerre.lagtrim(c, tol=0)
numpy.polynomial.hermite.hermval3d(x, y, z, c)
numpy.polynomial.polynomial.polyline(off, scl)
Page 1 of 32