Skip to main content

ComplexChebyshevSeries

Base class: Object

A ComplexChebyshevSeries-valued Chebyshev series.

Symbols

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

Members

NameDescription
degreeReturns the degree of the Chebyshev series.
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_coefficientsReturns the coefficients of the Chebyshev series.
get_intervalReturns the interval [a, b] over which the Chebyshev series is defined.
set_coefficientsReplaces the coefficients of the Chebyshev series.
set_intervalReplaces the interval [a, b] over which the Chebyshev series is defined.
to_polyConverts the Chebyshev series to its equivalent polynomial representation.