Uses of Interface
org.hipparchus.analysis.integration.UnivariateIntegrator
Packages that use 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
Classes in org.hipparchus.analysis.integration that implement UnivariateIntegratorModifier and TypeClassDescriptionclassProvide a default implementation for several generic functions.classThis algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.classImplements the Midpoint Rule for integration of real univariate functions.classImplements the Romberg Algorithm for integration of real univariate functions.classImplements Simpson's Rule for integration of real univariate functions.classImplements the Trapezoid Rule for integration of real univariate functions. -
Uses of UnivariateIntegrator in org.hipparchus.complex
Constructors in org.hipparchus.complex with parameters of type UnivariateIntegratorModifierConstructorDescriptionComplexUnivariateIntegrator(UnivariateIntegrator integrator) Crate a complex integrator from a real integrator.