Interface DifferentiableUnivariateMatrixFunction
- All Superinterfaces:
UnivariateMatrixFunction
@Deprecated
public interface DifferentiableUnivariateMatrixFunction
extends UnivariateMatrixFunction
Deprecated.
Extension of
UnivariateMatrixFunction
representing a differentiable univariate matrix function.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the derivative of the functionMethods inherited from interface org.apache.commons.math3.analysis.UnivariateMatrixFunction
value
-
Method Details
-
derivative
UnivariateMatrixFunction derivative()Deprecated.Returns the derivative of the function- Returns:
- the derivative function
-
UnivariateDifferentiableMatrixFunction