numpy.polynomial.chebyshev.chebline(off, scl)
numpy.polynomial.chebyshev.chebgrid3d(x, y, z, c)
Chebyshev.trim(tol=0)
Chebyshev.has_samedomain(other)
numpy.polynomial.chebyshev.chebval(x, c, tensor=True)
Chebyshev.__call__(arg)
numpy.polynomial.chebyshev.chebone = array([1])
numpy.polynomial.chebyshev.chebgrid2d(x, y, c)
Chebyshev.has_sametype(other)
classmethod Chebyshev.cast(series, domain=None, window=None)
Page 2 of 6