- QuantLib
- GaussChebyshev2ndIntegration
 
Gauss-Chebyshev integration (second kind) More...
#include <ql/math/integrals/gaussianquadratures.hpp>

| Public Member Functions | |
| GaussChebyshev2ndIntegration (Size n) | |
Gauss-Chebyshev integration (second kind)
This class performs a 1-dimensional Gauss-Chebyshev integration.
![\[ \int_{-1}^{1} f(x) \mathrm{d}x \]](form_196.png) 
The weighting function is
![\[ w(x)=(1-x^2)^{1/2} \]](form_201.png)