Represents a mathematical function whose derivative can be computed using derivative(double). More...
Public Member Functions | |
| double | derivative (double x) |
| Computes (or estimates) the first derivative of the function at point x. | |
| Public Member Functions inherited from umontreal.ssj.functions.MathFunction | |
| double | evaluate (double x) |
| Returns the value of the function evaluated at \(x\). | |
Represents a mathematical function whose derivative can be computed using derivative(double).
Definition at line 33 of file MathFunctionWithFirstDerivative.java.
| double umontreal.ssj.functions.MathFunctionWithFirstDerivative.derivative | ( | double | x | ) |
Computes (or estimates) the first derivative of the function at point x.
| x | the point to evaluate the derivative to. |
Implemented in umontreal.ssj.functionfit.BSpline, umontreal.ssj.functionfit.SmoothingCubicSpline, umontreal.ssj.functions.AverageMathFunction, umontreal.ssj.functions.IdentityMathFunction, umontreal.ssj.functions.Polynomial, umontreal.ssj.functions.PowerMathFunction, umontreal.ssj.functions.ShiftedMathFunction, and umontreal.ssj.functions.SquareMathFunction.