numpy.polynomial.laguerre.lag2poly(c)
numpy.polynomial.laguerre.lagdomain = array([0, 1])
numpy.polynomial.laguerre.lagone = array([1])
numpy.polynomial.polynomial.polyx = array([0, 1])
numpy.polynomial.chebyshev.chebvander3d(x, y, z, deg)
Hermite.linspace(n=100, domain=None)
numpy.polynomial.hermite.hermadd(c1, c2)
numpy.polynomial.chebyshev.chebfromroots(roots)
New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Polynomial series
numpy.polynomial.hermite.hermsub(c1, c2)
Page 13 of 32