Package | Description |
---|---|
org.hipparchus.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SymmetricGaussIntegrator |
This class's implements
integrate
method assuming that the integral is symmetric about 0. |
Modifier and Type | Method | 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
integrate method will perform an integration on the given interval. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.