|
finMath lib documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.finmath.integration.AbstractRealIntegral
public abstract class AbstractRealIntegral
A real integral with lower and upper integration bounds.
Constructor Summary | |
---|---|
AbstractRealIntegral(double lowerBound,
double upperBound)
Create a real integral with lower and upper integration bounds. |
Method Summary | |
---|---|
double |
getLowerBound()
Get the lower integration bound. |
double |
getUpperBound()
Get the upper integration bound. |
abstract double |
integrate(DoubleUnaryOperator integrand)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRealIntegral(double lowerBound, double upperBound)
lowerBound
- Lower integration bound.upperBound
- Upper integration bound.Method Detail |
---|
public double getLowerBound()
public double getUpperBound()
public abstract double integrate(DoubleUnaryOperator integrand)
integrate
in interface RealIntegralInterface
|
Copyright © 2014 Christian P. Fries. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |