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