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 TypeClassDescriptionclass
Provide a default implementation for several generic functions.class
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.class
Deprecated.As of 3.1 (to be removed in 4.0).class
Implements the Midpoint Rule for integration of real univariate functions.class
Implements the Romberg Algorithm for integration of real univariate functions.class
Implements Simpson's Rule for integration of real univariate functions.class
Implements the Trapezoid Rule for integration of real univariate functions.