ChebyshevSeries
A Chebyshev series representation of a real-valued function.
Symbols
| Name | Description |
|---|---|
= | Assignment operator for ChebyshevSeries. |
== | Checks if two Chebyshev series are equal. |
Members
| Name | Description |
|---|---|
| evaluate | Evaluates the Chebyshev series at multiple points given as a vector. |
| fit | Fits the Chebyshev series to the given real-valued function over the specified interval. |
| get_coeffs | Returns the coefficients of the Chebyshev series. |
| get_degree | Returns the degree of the Chebyshev series. |
| get_interval | Returns the interval [a, b] over which the Chebyshev series is defined. |
| to_poly | Converts the Chebyshev series to its equivalent polynomial representation. |