| Package | Description | 
|---|---|
| org.hipparchus.analysis.integration | 
 Numerical integration (quadrature) algorithms for univariate real functions. 
 | 
| org.hipparchus.complex | 
 Complex number type and implementations of complex transcendental
 functions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseAbstractFieldUnivariateIntegrator<T extends CalculusFieldElement<T>>
Provide a default implementation for several generic functions. 
 | 
class  | 
FieldMidPointIntegrator<T extends CalculusFieldElement<T>>
Implements the 
 Midpoint Rule for integration of real univariate functions. 
 | 
class  | 
FieldRombergIntegrator<T extends CalculusFieldElement<T>>
Implements the 
 Romberg Algorithm for integration of real univariate functions. 
 | 
class  | 
FieldSimpsonIntegrator<T extends CalculusFieldElement<T>>
Implements 
 Simpson's Rule for integration of real univariate functions. 
 | 
class  | 
FieldTrapezoidIntegrator<T extends CalculusFieldElement<T>>
Implements the 
 Trapezoid Rule for integration of real univariate functions. 
 | 
class  | 
IterativeLegendreFieldGaussIntegrator<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. 
 | 
| Constructor and Description | 
|---|
FieldComplexUnivariateIntegrator(FieldUnivariateIntegrator<T> integrator)
Crate a complex integrator from a real integrator. 
 | 
Copyright © 2016-2022 CS GROUP. All rights reserved.