Interface DifferentiableUnivariateFunction
- All Superinterfaces:
UnivariateFunction
- All Known Implementing Classes:
Acos,Acosh,Asin,Asinh,Atan,Atanh,Cbrt,Constant,Cos,Cosh,Exp,Expm1,Gaussian,HarmonicOscillator,Identity,Inverse,Log,Log10,Log1p,Logistic,Logit,Minus,PolynomialFunction,PolynomialSplineFunction,Power,Sigmoid,Sin,Sinc,Sinh,Sqrt,Tan,Tanh
Deprecated.
Extension of
UnivariateFunction representing a differentiable univariate real function.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the derivative of the functionMethods inherited from interface org.apache.commons.math3.analysis.UnivariateFunction
value
-
Method Details
-
derivative
UnivariateFunction derivative()Deprecated.Returns the derivative of the function- Returns:
- the derivative function
-
UnivariateDifferentiableFunction