Chebyshev.linspace(n=100, domain=None)
classmethod Polynomial.cast(series, domain=None, window=None)
numpy.polynomial.chebyshev.chebgauss(deg)
class numpy.polynomial.legendre.Legendre(coef, domain=None, window=None)
numpy.polynomial.legendre.legadd(c1, c2)
numpy.polynomial.chebyshev.chebvander(x, deg)
Laguerre.roots()
numpy.polynomial.legendre.legone = array([1])
New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Chebyshev series
numpy.polynomial.legendre.leggrid3d(x, y, z, c)
Page 5 of 32