Interface | Description |
---|---|
UnivariateIntegrator |
Interface for univariate real integration algorithms.
|
Class | Description |
---|---|
AdaptiveSimpsonIntegrator |
Implements Simpson's Rule for the
integration of real univariate functions.
|
BaseAbstractUnivariateIntegrator |
Provide a default implementation for several generic functions.
|
FixedStepSimpsonIntegrator |
Implements
Simpson's Rule for integration of real univariate functions.
|
IterativeLegendreGaussIntegrator |
This algorithm divides the integration interval into equally-sized
sub-interval and on each of them performs a
Legendre-Gauss quadrature.
|
RombergIntegrator |
Implements the
Romberg Algorithm for integration of real univariate functions.
|
SimpsonIntegrator |
Implements
Simpson's Rule for integration of real univariate functions.
|
TrapezoidIntegrator |
Implements the
Trapezoid Rule for integration of real univariate functions.
|
Copyright © 2020 CNES. All rights reserved.