Uses of Interface
org.hipparchus.analysis.integration.UnivariateIntegrator
-
Packages that use UnivariateIntegrator Package Description org.hipparchus.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions. -
-
Uses of UnivariateIntegrator in org.hipparchus.analysis.integration
Classes in org.hipparchus.analysis.integration that implement UnivariateIntegrator Modifier and Type Class Description class
BaseAbstractUnivariateIntegrator
Provide a default implementation for several generic functions.class
IterativeLegendreGaussIntegrator
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.class
MidPointIntegrator
Implements the Midpoint Rule for integration of real univariate functions.class
RombergIntegrator
Implements the Romberg Algorithm for integration of real univariate functions.class
SimpsonIntegrator
Implements Simpson's Rule for integration of real univariate functions.class
TrapezoidIntegrator
Implements the Trapezoid Rule for integration of real univariate functions.
-