QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GaussChebyshev2ndPolynomial Class Reference

Gauss-Chebyshev polynomial (second kind) More...

#include <ql/math/integrals/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
 

Detailed Description

Gauss-Chebyshev polynomial (second kind)

Definition at line 118 of file gaussianorthogonalpolynomial.hpp.

Constructor & Destructor Documentation

◆ GaussChebyshev2ndPolynomial()

Definition at line 154 of file gaussianorthogonalpolynomial.cpp.