numpy.polymul(a1, a2)
numpy.polynomial.polynomial.polydiv(c1, c2)
numpy.polynomial.legendre.legx = array([0, 1])
New in version 1.6.0. This module provides a number of objects (mostly functions) useful for dealing with Laguerre series
numpy.polynomial.chebyshev.chebvander2d(x, y, deg)
numpy.polynomial.hermite.hermint(c, m=1, k=[], lbnd=0, scl=1, axis=0)
numpy.polynomial.legendre.legvander2d(x, y, deg)
numpy.polyadd(a1, a2)
numpy.polynomial.legendre.legsub(c1, c2)
Legendre.has_sametype(other)
Page 33 of 34