Uses of Class
org.hipparchus.analysis.integration.gauss.GaussIntegrator
Packages that use GaussIntegrator
- 
Uses of GaussIntegrator in org.hipparchus.analysis.integration.gauss
Subclasses of GaussIntegrator in org.hipparchus.analysis.integration.gaussModifier and TypeClassDescriptionclassThis class's implementsintegratemethod assuming that the integral is symmetric about 0.Methods in org.hipparchus.analysis.integration.gauss that return GaussIntegratorModifier and TypeMethodDescriptionGaussIntegratorFactory.laguerre(int numberOfPoints) Creates a Gauss-Laguerre integrator of the given order.GaussIntegratorFactory.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 theintegratemethod will perform an integration on the given interval.