Uses of Interface
org.apache.commons.math.analysis.UnivariateMatrixFunction

Packages that use UnivariateMatrixFunction
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
 interface DifferentiableUnivariateMatrixFunction
          Extension of UnivariateMatrixFunction representing a differentiable univariate matrix function.
 

Methods in org.apache.commons.math.analysis that return UnivariateMatrixFunction
 UnivariateMatrixFunction DifferentiableUnivariateMatrixFunction.derivative()
          Returns the derivative of the function
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.