#include "chebyshevpoly_expansion1d.h"
#include <cmath>
Go to the source code of this file.
Functions | |
double | chebyshev_polynomial (int i, double x) |
double chebyshev_polynomial | ( | int | i, | |
double | x | |||
) |
Definition at line 48 of file chebyshevpoly_expansion1d.cc.