org.matheclipse.commons.math.analysis.solvers
Interface DifferentiableUnivariateFunction
-
- All Superinterfaces:
- UnivariateFunction
- All Known Implementing Classes:
- UnaryNumerical
public interface DifferentiableUnivariateFunction extends UnivariateFunction
Extension ofUnivariateFunctionrepresenting a differentiable univariate real function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description UnivariateFunctionderivative()Returns the derivative of the function-
Methods inherited from interface org.apache.commons.math3.analysis.UnivariateFunction
value
-
-
-
-
Method Detail
-
derivative
UnivariateFunction derivative()
Returns the derivative of the function- Returns:
- the derivative function
-
-
DMelt 3.0 © DataMelt by jWork.ORG