Package org.apache.commons.math.analysis
Interface DifferentiableUnivariateVectorialFunction
- All Superinterfaces:
UnivariateVectorialFunction
Extension of
UnivariateVectorialFunction representing a differentiable univariate vectorial function.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the derivative of the functionMethods inherited from interface org.apache.commons.math.analysis.UnivariateVectorialFunction
value
-
Method Details
-
derivative
UnivariateVectorialFunction derivative()Returns the derivative of the function- Returns:
- the derivative function
-