numpy.polynomial.hermite_e.hermeval3d(x, y, z, c)
numpy.polynomial.legendre.legval2d(x, y, c)
numpy.polynomial.polynomial.polypow(c, pow, maxpower=None)
classmethod Legendre.identity(domain=None, window=None)
Chebyshev.has_sametype(other)
Legendre.roots()
Chebyshev.__call__(arg)
Hermite.trim(tol=0)
New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Polynomial series
numpy.polynomial.laguerre.lagadd(c1, c2)
Page 18 of 32