Uses of Class
org.apache.commons.math.analysis.UnivariateRealIntegratorImpl

Packages that use UnivariateRealIntegratorImpl
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
 

Uses of UnivariateRealIntegratorImpl in org.apache.commons.math.analysis
 

Subclasses of UnivariateRealIntegratorImpl in org.apache.commons.math.analysis
 class RombergIntegrator
          Implements the Romberg Algorithm for integration of real univariate functions.
 class SimpsonIntegrator
          Implements the Simpson's Rule for integration of real univariate functions.
 class TrapezoidIntegrator
          Implements the Trapezoidal Rule for integration of real univariate functions.