/Users/brown170/Projects/Current/coral_msu_repo/trunk/src/coralutils/SpecialFunctions/Chebyshev/chebyshev.cc File Reference

#include <math.h>
#include <iostream>
#include "chebyshev.h"
#include "tnt_array1d.h"
#include "tnt_array2d.h"
#include "jama_svd.h"
#include "linalg.h"

Include dependency graph for chebyshev.cc:

Go to the source code of this file.

Functions

double ChebyshevPolynomial (int n, double x)
 Returns the Chebyshev Polynomial $ T_n(x) $.
ostream & operator<< (ostream &s, const CChebyshevApprox1D &A)
istream & operator>> (istream &s, CChebyshevApprox1D &A)
ostream & operator<< (ostream &s, const CChebyshevApprox2D &A)
istream & operator>> (istream &s, CChebyshevApprox2D &A)


Function Documentation

double ChebyshevPolynomial ( int  n,
double  x 
)

Returns the Chebyshev Polynomial $ T_n(x) $.

Parameters:
n order of the polynomial you want
value you want the polynomial evaulated at

Definition at line 23 of file chebyshev.cc.

ostream& operator<< ( ostream &  s,
const CChebyshevApprox2D A 
)

Definition at line 885 of file chebyshev.cc.

ostream& operator<< ( ostream &  s,
const CChebyshevApprox1D A 
)

Definition at line 450 of file chebyshev.cc.

istream& operator>> ( istream &  s,
CChebyshevApprox2D A 
)

Definition at line 896 of file chebyshev.cc.

istream& operator>> ( istream &  s,
CChebyshevApprox1D A 
)

Definition at line 459 of file chebyshev.cc.


Generated on Fri Feb 6 13:30:16 2009 for CorAL by  doxygen 1.5.8