Uses of Class
org.apache.commons.math.analysis.integration.UnivariateRealIntegratorImpl
- 
Packages that use UnivariateRealIntegratorImpl Package Description 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 Modifier and Type Class Description classLegendreGaussIntegratorImplements the Legendre-Gauss quadrature formula.classRombergIntegratorImplements the Romberg Algorithm for integration of real univariate functions.classSimpsonIntegratorImplements the Simpson's Rule for integration of real univariate functions.classTrapezoidIntegratorImplements the Trapezoidal Rule for integration of real univariate functions. 
 -