RealChebyshevSeries
Base class: Object
A RealChebyshevSeries-valued Chebyshev series.
Symbols
| Name | Description |
|---|---|
= | Assignment operator for ChebyshevSeries. |
== | Checks if two Chebyshev series are equal. |
Members
| Name | Description |
|---|---|
| degree | Returns the degree of the Chebyshev series. |
| evaluate | Evaluates the Chebyshev series at a given point. |
| fit | Fits the Chebyshev series to the given real-valued function over the specified interval. |
| get_coefficients | Returns the coefficients of the Chebyshev series. |
| get_interval | Returns the interval [a, b] over which the Chebyshev series is defined. |
| set_coefficients | Replaces the coefficients of the Chebyshev series. |
| set_interval | Replaces the interval [a, b] over which the Chebyshev series is defined. |
| to_poly | Converts the Chebyshev series to its equivalent polynomial representation. |