Polynomial.linspace(n=100, domain=None)
New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Chebyshev series
numpy.polynomial.hermite.hermfromroots(roots)
numpy.polynomial.hermite.hermvander3d(x, y, z, deg)
numpy.polynomial.laguerre.lagline(off, scl)
numpy.polynomial.hermite.hermval(x, c, tensor=True)
classmethod Legendre.fromroots(roots, domain=[], window=None)
numpy.polynomial.legendre.legone = array([1])
numpy.polynomial.laguerre.laggrid2d(x, y, c)
Polynomial.deriv(m=1)
Page 3 of 34