public class RombergRealIntegration extends AbstractRealIntegral
| Constructor and Description |
|---|
RombergRealIntegration(double lowerBound,
double upperBound,
int numberOfEvaluationPoints)
Create a Romberg integrator.
|
| Modifier and Type | Method and Description |
|---|---|
double |
integrate(DoubleUnaryOperator integrand) |
getLowerBound, getUpperBoundpublic RombergRealIntegration(double lowerBound,
double upperBound,
int numberOfEvaluationPoints)
lowerBound - Lower bound of the integral.upperBound - Upper bound of the integral.numberOfEvaluationPoints - Maximum number of evaluation points to be used.public double integrate(DoubleUnaryOperator integrand)
integrate in interface RealIntegralintegrate in class AbstractRealIntegralCopyright © 2019. All rights reserved.