Uses of Interface
org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableMatrixFunction

Packages that use UnivariateDifferentiableMatrixFunction
org.apache.commons.math3.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. 
 

Uses of UnivariateDifferentiableMatrixFunction in org.apache.commons.math3.analysis.differentiation
 

Methods in org.apache.commons.math3.analysis.differentiation that return UnivariateDifferentiableMatrixFunction
 UnivariateDifferentiableMatrixFunction FiniteDifferencesDifferentiator.differentiate(UnivariateMatrixFunction function)
          Create an implementation of a differential from a regular matrix function.
 UnivariateDifferentiableMatrixFunction UnivariateMatrixFunctionDifferentiator.differentiate(UnivariateMatrixFunction function)
          Create an implementation of a differential from a regular matrix function.
 



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