Uses of Interface
org.apache.commons.math.analysis.integration.UnivariateRealIntegrator
Packages that use UnivariateRealIntegrator
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
-
Uses of UnivariateRealIntegrator in org.apache.commons.math.analysis.integration
Classes in org.apache.commons.math.analysis.integration that implement UnivariateRealIntegratorModifier and TypeClassDescriptionclass
Implements the Legendre-Gauss quadrature formula.class
Implements the Romberg Algorithm for integration of real univariate functions.class
Implements the Simpson's Rule for integration of real univariate functions.class
Implements the Trapezoidal Rule for integration of real univariate functions.class
Provide a default implementation for several generic functions.