calculateChebyshevCoefficients()
|
Computes the Chebyshev coefficients from a given function and cheb list |
calculateChebyshevPolynomials()
|
Computes the polynomials for a given degree and vector of values. |
evaluateChebyshev()
|
Evaluates the Chebyshev Approximation for a matrix (or a vector) of points |
evaluateChebyshev_T()
|
Evaluates the Chebyshev Approximation for a matrix (or a vector) of points and returns
the underlying basis function values instead of the interpolation values |
initializeChebyshevApproximator()
|
Initializes the Chebyshev Approximation |