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

Packages that use UnivariateRealIntegratorImpl
org.apache.commons.math.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions. 
 

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

Subclasses of UnivariateRealIntegratorImpl in org.apache.commons.math.analysis.integration
 class LegendreGaussIntegrator
          Implements the Legendre-Gauss quadrature formula.
 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.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.