umontreal.iro.lecuyer.functions
Interface MathFunctionWithFirstDerivative
-
- All Superinterfaces:
- MathFunction
- All Known Implementing Classes:
- AverageMathFunction, BSpline, IdentityMathFunction, LeastSquares, PolInterp, Polynomial, PowerMathFunction, ShiftedMathFunction, SmoothingCubicSpline, SquareMathFunction
public interface MathFunctionWithFirstDerivative extends MathFunction
Represents a mathematical function whose derivative can be computed usingderivative.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublederivative(double x)Computes (or estimates) the first derivative of the function at point x.-
Methods inherited from interface umontreal.iro.lecuyer.functions.MathFunction
evaluate
-
-
DMelt 3.0 © DataMelt by jWork.ORG