Uses of Class
org.apache.commons.math3.analysis.integration.gauss.GaussIntegrator
Packages that use GaussIntegrator
Package
Description
Gauss family of quadrature schemes.
-
Uses of GaussIntegrator in org.apache.commons.math3.analysis.integration.gauss
Subclasses of GaussIntegrator in org.apache.commons.math3.analysis.integration.gaussModifier and TypeClassDescriptionclass
This class's implementsintegrate
method assuming that the integral is symmetric about 0.Methods in org.apache.commons.math3.analysis.integration.gauss that return GaussIntegratorModifier and TypeMethodDescriptionGaussIntegratorFactory.legendre
(int numberOfPoints) Creates a Gauss-Legendre integrator of the given order.GaussIntegratorFactory.legendre
(int numberOfPoints, double lowerBound, double upperBound) Creates a Gauss-Legendre integrator of the given order.GaussIntegratorFactory.legendreHighPrecision
(int numberOfPoints) Creates a Gauss-Legendre integrator of the given order.GaussIntegratorFactory.legendreHighPrecision
(int numberOfPoints, double lowerBound, double upperBound) Creates an integrator of the given order, and whose call to theintegrate
method will perform an integration on the given interval.