Uses of Interface
org.hipparchus.analysis.integration.UnivariateIntegrator
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
Complex number type and implementations of complex transcendental
functions.
-
Uses of UnivariateIntegrator in org.hipparchus.analysis.integration
Modifier and TypeClassDescriptionclass
Provide a default implementation for several generic functions.class
This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.class
Implements the Midpoint Rule for integration of real univariate functions.class
Implements the Romberg Algorithm for integration of real univariate functions.class
Implements Simpson's Rule for integration of real univariate functions.class
Implements the Trapezoid Rule for integration of real univariate functions. -
Uses of UnivariateIntegrator in org.hipparchus.complex
ModifierConstructorDescriptionComplexUnivariateIntegrator
(UnivariateIntegrator integrator) Crate a complex integrator from a real integrator.