numpy.polynomial.chebyshev.chebfit(x, y, deg, rcond=None, full=False, w=None)
numpy.polynomial.hermite.hermgauss(deg)
exception numpy.linalg.LinAlgError
Hermite.has_sametype(other)
numpy.ma.innerproduct(a, b)
numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)
numpy.dot(a, b, out=None) Dot product of two arrays. For 2-D arrays it is equivalent to matrix multiplication, and for 1-D
numpy.linalg.solve(a, b)
numpy.polynomial.chebyshev.chebzero = array([0])
numpy.polynomial.hermite.hermweight(x)
Page 89 of 100