public abstract class AbstractRealIntegral extends Object implements RealIntegralInterface
Constructor and Description |
---|
AbstractRealIntegral(double lowerBound,
double upperBound)
Create a real integral with lower and upper integration bounds.
|
Modifier and Type | Method and Description |
---|---|
double |
getLowerBound()
Get the lower integration bound.
|
double |
getUpperBound()
Get the upper integration bound.
|
abstract double |
integrate(DoubleUnaryOperator integrand) |
public AbstractRealIntegral(double lowerBound, double upperBound)
lowerBound
- Lower integration bound.upperBound
- Upper integration bound.public double getLowerBound()
public double getUpperBound()
public abstract double integrate(DoubleUnaryOperator integrand)
integrate
in interface RealIntegralInterface
Copyright © 2015. All rights reserved.