numpy.polynomial.chebyshev.chebgrid2d(x, y, c)
numpy.polynomial.hermite.hermvander2d(x, y, deg)
Chebyshev.__call__(arg)
class numpy.polynomial.chebyshev.Chebyshev(coef, domain=None, window=None)
numpy.polynomial.chebyshev.chebfromroots(roots)
Legendre.integ(m=1, k=[], lbnd=None)
Chebyshev.has_sametype(other)
numpy.polynomial.polynomial.polyval(x, c, tensor=True)
numpy.polynomial.laguerre.lagdomain = array([0, 1])
New in version 1.4.0.
Page 15 of 34