Package | Description |
---|---|
fr.cnes.sirius.patrius.math.analysis.integration |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveSimpsonIntegrator
Implements Simpson's Rule for the
integration of real univariate functions.
|
class |
FixedStepSimpsonIntegrator
Implements
Simpson's Rule for integration of real univariate 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
double |
TrapezoidIntegrator.stage(BaseAbstractUnivariateIntegrator baseIntegrator,
int n)
Compute the n-th stage integral of trapezoid rule.
|
Copyright © 2020 CNES. All rights reserved.