Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.analysis.integration Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
BaseAbstractUnivariateIntegratorProvide a default implementation for several generic functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
BaseRuleFactoryBase class for rules that determines the integration nodes and their Subclasses must implement the computeRule method.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
GaussIntegratorClass that implements the Gaussian rule for integrating a weightedClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
GaussIntegratorFactoryClass that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
HermiteRuleFactoryFactory that creates a Gauss-type quadrature rule using Hermite polynomialsClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
IterativeLegendreGaussIntegratorThis algorithm divides the integration interval into equally-sized sub-interval and on each of them performs aClassorg.apache.commons.math3.analysis.integrationApache Commons
LegendreGaussIntegrator Legendre-Gauss quadrature formula.Classorg.apache.commons.math3.analysis.integrationApache Commons
LegendreHighPrecisionRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
LegendreRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
MidPointIntegrator Midpoint Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
RombergIntegrator Romberg Algorithm for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
SimpsonIntegrator Simpson's Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
SymmetricGaussIntegratorThis class's implements integrate method assuming that the integral is symmetric about 0.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
TrapezoidIntegrator Trapezoid Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
UnivariateIntegratorInterface for univariate real integration algorithms.Interfaceorg.apache.commons.math3.analysis.integrationApache Commons