Skip to main content

ChebyshevSeries

A Chebyshev series representation of a real-valued function.

Symbols

NameDescription
=Assignment operator for ChebyshevSeries.
==Checks if two Chebyshev series are equal.

Members

NameDescription
evaluateEvaluates the Chebyshev series at multiple points given as a vector.
fitFits the Chebyshev series to the given real-valued function over the specified interval.
get_coeffsReturns the coefficients of the Chebyshev series.
get_degreeReturns the degree of the Chebyshev series.
get_intervalReturns the interval [a, b] over which the Chebyshev series is defined.
to_polyConverts the Chebyshev series to its equivalent polynomial representation.