#include <ortho_poly.h>
Public Member Functions | |
| double | a (const unsigned int k) const |
| double | b (const unsigned int k) const |
the monomials x^n
| double MathTL::Monomial::a | ( | const unsigned int | k | ) | const [virtual] |
the coefficients a_k
Implements MathTL::OrthogonalPolynomial.
| double MathTL::Monomial::b | ( | const unsigned int | k | ) | const [virtual] |
the coefficients b_k
Implements MathTL::OrthogonalPolynomial.
1.7.6.1