numpy.polynomial.laguerre.lagcompanion(c)
numpy.polynomial.chebyshev.chebder(c, m=1, scl=1, axis=0)
numpy.polynomial.hermite.hermline(off, scl)
numpy.polynomial.hermite_e.hermeval2d(x, y, c)
Hermite.copy()
Legendre.has_sametype(other)
classmethod Laguerre.fit(x, y, deg, domain=None, rcond=None, full=False, w=None, window=None)
New in version 1.6.0. This module provides a number of objects (mostly functions) useful for dealing with Legendre series
New in version 1.6.0. This module provides a number of objects (mostly functions) useful for dealing with Laguerre series
Polynomial.copy()
Page 31 of 34