| Package | Description |
|---|---|
| org.apache.commons.math3.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
| Modifier and Type | Method and Description |
|---|---|
GaussIntegrator |
GaussIntegratorFactory.legendre(int numberOfPoints)
Creates an integrator of the given order, and whose call to the
integrate method will perform an integration on the natural interval
[-1 , 1]. |
GaussIntegrator |
GaussIntegratorFactory.legendre(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. |
GaussIntegrator |
GaussIntegratorFactory.legendreHighPrecision(int numberOfPoints)
Creates an integrator of the given order, and whose call to the
integrate method will perform an integration on the natural interval
[-1 , 1]. |
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–2014. All rights reserved.