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