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