Uses of Interface
org.apache.commons.math.analysis.UnivariateRealIntegrator

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

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

Classes in org.apache.commons.math.analysis that implement UnivariateRealIntegrator
 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.
 class UnivariateRealIntegratorImpl
          Provide a default implementation for several generic functions.