| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.analysis.integration |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2017 CNES. All rights reserved.