Uses of Interface
org.apache.commons.math3.analysis.integration.UnivariateIntegrator
Packages that use UnivariateIntegrator
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
-
Uses of UnivariateIntegrator in org.apache.commons.math3.analysis.integration
Classes in org.apache.commons.math3.analysis.integration that implement UnivariateIntegratorModifier and TypeClassDescriptionclassProvide a default implementation for several generic functions.classThis algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.classDeprecated.As of 3.1 (to be removed in 4.0).classImplements the Midpoint Rule for integration of real univariate functions.classImplements the Romberg Algorithm for integration of real univariate functions.classImplements Simpson's Rule for integration of real univariate functions.classImplements the Trapezoid Rule for integration of real univariate functions.