Package | Description |
---|---|
org.apache.commons.math3.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
SymmetricGaussIntegrator
This class's implements
integrate
method assuming that the integral is symmetric about 0. |
Modifier and Type | Method and Description |
---|---|
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 © 2003–2016 The Apache Software Foundation. All rights reserved.