Package org.apache.commons.math.analysis
Interface DifferentiableUnivariateMatrixFunction
- 
- All Superinterfaces:
 UnivariateMatrixFunction
public interface DifferentiableUnivariateMatrixFunction extends UnivariateMatrixFunction
Extension ofUnivariateMatrixFunctionrepresenting a differentiable univariate matrix function.- Since:
 - 2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnivariateMatrixFunctionderivative()Returns the derivative of the function- 
Methods inherited from interface org.apache.commons.math.analysis.UnivariateMatrixFunction
value 
 - 
 
 - 
 
- 
- 
Method Detail
- 
derivative
UnivariateMatrixFunction derivative()
Returns the derivative of the function- Returns:
 - the derivative function
 
 
 - 
 
 -