| Name | Description | Type | Package | Framework |
| ChebyshevRule | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu | |
| GaussChebyshevQuadrature | Gauss-Chebyshev Quadrature uses the following weighting function: w(x) = frac{1}{sqrt{1 - x^2}} | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
| GaussHermiteQuadrature | Gauss-Hermite quadrature exploits the fact that quadrature approximations are open integration formulas (that is, the values of the endpoints are not required) to evaluate of integrals in the | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
| GaussianQuadrature | A quadrature rule is a method of numerical integration in which we approximate the integral of a function by a weighted sum of sample points. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
| GaussianQuadratureRule | This interface defines a Gaussian quadrature rule used in Gaussian quadrature. | Interface | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
| GaussLaguerreQuadrature | Gauss-Laguerre quadrature exploits the fact that quadrature approximations are open integration formulas (i. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
| GaussLegendreQuadrature | Gauss-Legendre quadrature considers the simplest case of uniform weighting: (w(x) = 1). | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
| HermitePolynomials | A Hermite polynomial is defined by the recurrence relation below. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
| HermiteRule | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu | |
| LaguerrePolynomials | Laguerre polynomials are defined by the recurrence relation below. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
| LaguerreRule | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu | |
| LegendrePolynomials | A Legendre polynomial is defined by the recurrence relation below. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
| LegendreRule | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu | |
| OrthogonalPolynomialFamily | This factory class produces a family of orthogonal polynomials. | Interface | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |