|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Gauss-Chebyshev polynomial (second kind) More...
#include <gaussianorthogonalpolynomial.hpp>
Inheritance diagram for GaussChebyshev2ndPolynomial:
Collaboration diagram for GaussChebyshev2ndPolynomial:Public Member Functions | |
| GaussChebyshev2ndPolynomial () | |
Public Member Functions inherited from GaussJacobiPolynomial | |
| GaussJacobiPolynomial (Real alpha, Real beta) | |
| Real | mu_0 () const override |
| Real | alpha (Size i) const override |
| Real | beta (Size i) const override |
| Real | w (Real x) const override |
Public Member Functions inherited from GaussianOrthogonalPolynomial | |
| virtual | ~GaussianOrthogonalPolynomial ()=default |
| virtual Real | mu_0 () const =0 |
| virtual Real | alpha (Size i) const =0 |
| virtual Real | beta (Size i) const =0 |
| virtual Real | w (Real x) const =0 |
| Real | value (Size i, Real x) const |
| Real | weightedValue (Size i, Real x) const |
Gauss-Chebyshev polynomial (second kind)
Definition at line 118 of file gaussianorthogonalpolynomial.hpp.
Definition at line 154 of file gaussianorthogonalpolynomial.cpp.