Interface DifferentiableUnivariateVectorFunction
-
- All Superinterfaces:
UnivariateVectorFunction
@Deprecated public interface DifferentiableUnivariateVectorFunction extends UnivariateVectorFunction
Deprecated.as of 3.1 replaced byUnivariateDifferentiableVectorFunction
Extension ofUnivariateVectorFunction
representing a differentiable univariate vectorial function.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UnivariateVectorFunction
derivative()
Deprecated.Returns the derivative of the function-
Methods inherited from interface org.apache.commons.math3.analysis.UnivariateVectorFunction
value
-
-
-
-
Method Detail
-
derivative
UnivariateVectorFunction derivative()
Deprecated.Returns the derivative of the function- Returns:
- the derivative function
-
-