org.apache.commons.math3.analysis
Interface DifferentiableUnivariateVectorFunction
-
- All Superinterfaces:
- UnivariateVectorFunction
Deprecated.as of 3.1 replaced byUnivariateDifferentiableVectorFunction
@Deprecated public interface DifferentiableUnivariateVectorFunction extends UnivariateVectorFunction
Extension ofUnivariateVectorFunctionrepresenting a differentiable univariate vectorial function.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description UnivariateVectorFunctionderivative()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
-
-
DMelt 3.0 © DataMelt by jWork.ORG