Uses of Class
org.drip.numerical.quadrature.IntegrandGenerator
Package | Description |
---|---|
org.drip.numerical.quadrature |
R1 Gaussian Integration Quadrature Schemes
|
-
Uses of IntegrandGenerator in org.drip.numerical.quadrature
Methods in org.drip.numerical.quadrature that return IntegrandGenerator Modifier and Type Method Description static IntegrandGenerator
IntegrandGenerator. GaussChebyshevFirstKind(OrthogonalPolynomialSuite orthogonalPolynomialSuite)
Construct the Gauss-Chebyshev (First-Kind) Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GaussChebyshevSecondKind(OrthogonalPolynomialSuite orthogonalPolynomialSuite)
Construct the Gauss-Chebyshev (Second-Kind) Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GaussHermite(OrthogonalPolynomialSuite orthogonalPolynomialSuite)
Construct the Gauss-Hermite Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GaussJacobi(OrthogonalPolynomialSuite orthogonalPolynomialSuite, double alpha, double beta)
Construct the Gauss-Jacobi Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GaussLaguerre(OrthogonalPolynomialSuite orthogonalPolynomialSuite)
Construct the Gauss-Laguerre Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GaussLegendre(OrthogonalPolynomialSuite orthogonalPolynomialSuite)
Construct the Gauss-Legendre Integrand Quadrature Generatorstatic IntegrandGenerator
IntegrandGenerator. GeneralizedGaussLaguerre(OrthogonalPolynomialSuite orthogonalPolynomialSuite, double alpha)
Construct the Generalized Gauss-Laguerre Integrand Quadrature Generator