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

#include <ortho_poly.h>

Inheritance diagram for MathTL::LegendrePolynomial:
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

Legendre polynomials on [-1,1] with leading coefficient 1 (corresponding weight function: w(x)=1)


Member Function Documentation

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

the coefficients a_k

Implements MathTL::OrthogonalPolynomial.

double MathTL::LegendrePolynomial::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