umontreal.iro.lecuyer.functions
Interface MathFunctionWithIntegral
-
- All Superinterfaces:
- MathFunction
- All Known Implementing Classes:
- AverageMathFunction, BSpline, IdentityMathFunction, LeastSquares, PolInterp, Polynomial, ShiftedMathFunction, SmoothingCubicSpline
public interface MathFunctionWithIntegral extends MathFunction
Represents a mathematical function whose integral can be computed by theintegralmethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleintegral(double a, double b)Computes (or estimates) the integral of the function over the interval [a, b].-
Methods inherited from interface umontreal.iro.lecuyer.functions.MathFunction
evaluate
-
-
DMelt 3.0 © DataMelt by jWork.ORG