Uses of Interface
org.apache.commons.math.analysis.UnivariateMatrixFunction
- 
Packages that use UnivariateMatrixFunction Package Description org.apache.commons.math.analysis Parent package for common numerical analysis procedures, including root finding, function interpolation and integration. - 
- 
Uses of UnivariateMatrixFunction in org.apache.commons.math.analysis
Subinterfaces of UnivariateMatrixFunction in org.apache.commons.math.analysis Modifier and Type Interface Description interfaceDifferentiableUnivariateMatrixFunctionExtension ofUnivariateMatrixFunctionrepresenting a differentiable univariate matrix function.Methods in org.apache.commons.math.analysis that return UnivariateMatrixFunction Modifier and Type Method Description UnivariateMatrixFunctionDifferentiableUnivariateMatrixFunction. derivative()Returns the derivative of the function 
 -