Uses of Package
org.apache.commons.math3.analysis.integration.gauss
-
Packages that use org.apache.commons.math3.analysis.integration.gauss Package Description org.apache.commons.math3.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions.org.apache.commons.math3.analysis.integration.gauss Gauss family of quadrature schemes. -
Classes in org.apache.commons.math3.analysis.integration.gauss used by org.apache.commons.math3.analysis.integration Class Description GaussIntegratorFactory Class that provides different ways to compute the nodes and weights to be used by theGaussian integration rule. -
Classes in org.apache.commons.math3.analysis.integration.gauss used by org.apache.commons.math3.analysis.integration.gauss Class Description BaseRuleFactory Base class for rules that determines the integration nodes and their weights.GaussIntegrator Class that implements the Gaussian rule forintegratinga weighted function.SymmetricGaussIntegrator This class's implementsintegratemethod assuming that the integral is symmetric about 0.