Uses of Interface
org.apache.commons.math.analysis.integration.UnivariateRealIntegrator
-
Packages that use UnivariateRealIntegrator Package Description org.apache.commons.math.analysis.integration 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 UnivariateRealIntegrator 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.classUnivariateRealIntegratorImplProvide a default implementation for several generic functions.
-