Methods in org.apache.commons.math3.analysis.integration.gauss that return GaussIntegrator |
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. |