| Package | Description | 
|---|---|
| org.hipparchus.analysis.integration.gauss | Gauss family of quadrature schemes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SymmetricGaussIntegratorThis class's implements  integratemethod assuming that the integral is symmetric about 0. | 
| Modifier and Type | Method and Description | 
|---|---|
| GaussIntegrator | GaussIntegratorFactory. laguerre(int numberOfPoints)Creates a Gauss-Laguerre integrator of the given order. | 
| GaussIntegrator | GaussIntegratorFactory. legendre(int numberOfPoints)Creates a Gauss-Legendre integrator of the given order. | 
| GaussIntegrator | GaussIntegratorFactory. legendre(int numberOfPoints,
        double lowerBound,
        double upperBound)Creates a Gauss-Legendre integrator of the given order. | 
| GaussIntegrator | GaussIntegratorFactory. legendreHighPrecision(int numberOfPoints)Creates a Gauss-Legendre integrator of the given order. | 
| GaussIntegrator | GaussIntegratorFactory. legendreHighPrecision(int numberOfPoints,
                     double lowerBound,
                     double upperBound)Creates an integrator of the given order, and whose call to the
  integratemethod will perform an integration on the given interval. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.