Package | Description |
---|---|
org.apache.commons.math3.analysis.integration |
Numerical integration (quadrature) algorithms for univariate real functions.
|
Modifier and Type | Class and Description |
---|---|
class |
LegendreGaussIntegrator
Implements the
Legendre-Gauss quadrature formula.
|
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 © 2003-2012 Apache Software Foundation. All Rights Reserved.