#include <iostream>
#include "tnt_array1d.h"
#include "tnt_array2d.h"
Go to the source code of this file.
Classes | |
class | CChebyshevApprox1D |
class | CChebyshevApprox2D |
Defines | |
#define | PI 3.141592653589793 |
Functions | |
double | ChebyshevPolynomial (int n, double x) |
Returns the Chebyshev Polynomial ![]() |
#define PI 3.141592653589793 |
Definition at line 5 of file chebyshev.h.
double ChebyshevPolynomial | ( | int | n, | |
double | x | |||
) |
Returns the Chebyshev Polynomial .
n | order of the polynomial you want | |
value | you want the polynomial evaulated at |
Definition at line 23 of file chebyshev.cc.