Uses of Interface
org.apache.commons.math3.analysis.integration.UnivariateIntegrator

Packages that use UnivariateIntegrator
org.apache.commons.math3.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions. 
org.apache.commons.math3.analysis.polynomials Univariate real polynomials implementations, seen as differentiable univariate real functions. 
org.orekit.attitudes.kinematics   
 

Uses of UnivariateIntegrator in org.apache.commons.math3.analysis.integration
 

Classes in org.apache.commons.math3.analysis.integration that implement UnivariateIntegrator
 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 LegendreGaussIntegrator
          Deprecated. As of 3.1 (to be removed in 4.0). Please use IterativeLegendreGaussIntegrator instead.
 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.
 

Uses of UnivariateIntegrator in org.apache.commons.math3.analysis.polynomials
 

Methods in org.apache.commons.math3.analysis.polynomials with parameters of type UnivariateIntegrator
 void FourierDecompositionEngine.setIntegrator(UnivariateIntegrator newIntegrator)
          Set the UnivariateIntegrator to use for the serires coefficient computation.
 

Constructors in org.apache.commons.math3.analysis.polynomials with parameters of type UnivariateIntegrator
FourierDecompositionEngine(UnivariateIntegrator newIntegrator)
          Constructor.
 

Uses of UnivariateIntegrator in org.orekit.attitudes.kinematics
 

Methods in org.orekit.attitudes.kinematics that return UnivariateIntegrator
 UnivariateIntegrator AbstractVector3DFunction.getIntegrator()
          Get the integrator.
 

Constructors in org.orekit.attitudes.kinematics with parameters of type UnivariateIntegrator
AbstractVector3DFunction(AbsoluteDate zeroDate, UnivariateVectorFunctionDifferentiator inDifferentiator, UnivariateIntegrator inIntegrator)
          Constructor.
 



Copyright © 2017 CNES. All Rights Reserved.