MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions
MathTL::ChebyshevPolynomial Class Reference

#include <ortho_poly.h>

Inheritance diagram for MathTL::ChebyshevPolynomial:
MathTL::OrthogonalPolynomial

List of all members.

Public Member Functions

double a (const unsigned int k) const
double b (const unsigned int k) const

Detailed Description

Chebyshev polynomials on [-1,1] with leading coefficient 1 (corresponding weight function: w(x)=1/sqrt(1-x^2) )


Member Function Documentation

double MathTL::ChebyshevPolynomial::a ( const unsigned int  k) const [virtual]

the coefficients a_k

Implements MathTL::OrthogonalPolynomial.

double MathTL::ChebyshevPolynomial::b ( const unsigned int  k) const [virtual]

the coefficients b_k

Implements MathTL::OrthogonalPolynomial.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Enumerations