Uses of Interface
org.hipparchus.analysis.integration.FieldUnivariateIntegrator
Packages that use FieldUnivariateIntegrator
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
Complex number type and implementations of complex transcendental
functions.
-
Uses of FieldUnivariateIntegrator in org.hipparchus.analysis.integration
Classes in org.hipparchus.analysis.integration that implement FieldUnivariateIntegratorModifier and TypeClassDescriptionclassBaseAbstractFieldUnivariateIntegrator<T extends CalculusFieldElement<T>>Provide a default implementation for several generic functions.classFieldMidPointIntegrator<T extends CalculusFieldElement<T>>Implements the Midpoint Rule for integration of real univariate functions.classFieldRombergIntegrator<T extends CalculusFieldElement<T>>Implements the Romberg Algorithm for integration of real univariate functions.classFieldSimpsonIntegrator<T extends CalculusFieldElement<T>>Implements Simpson's Rule for integration of real univariate functions.classFieldTrapezoidIntegrator<T extends CalculusFieldElement<T>>Implements the Trapezoid Rule for integration of real univariate functions.classIterativeLegendreFieldGaussIntegrator<T extends CalculusFieldElement<T>>This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature. -
Uses of FieldUnivariateIntegrator in org.hipparchus.complex
Constructors in org.hipparchus.complex with parameters of type FieldUnivariateIntegratorModifierConstructorDescriptionFieldComplexUnivariateIntegrator(FieldUnivariateIntegrator<T> integrator) Crate a complex integrator from a real integrator.