org.apache.commons.math3.analysis
Interface DifferentiableUnivariateMatrixFunction

All Superinterfaces:
UnivariateMatrixFunction

Deprecated. as of 3.1 replaced by UnivariateDifferentiableMatrixFunction

public interface DifferentiableUnivariateMatrixFunction
extends UnivariateMatrixFunction

Extension of UnivariateMatrixFunction representing a differentiable univariate matrix function.

Since:
2.0
Version:
$Id: DifferentiableUnivariateMatrixFunction.java 7721 2013-02-14 14:07:13Z CardosoP $

Method Summary
 UnivariateMatrixFunction derivative()
          Deprecated. Returns the derivative of the function
 
Methods inherited from interface org.apache.commons.math3.analysis.UnivariateMatrixFunction
value
 

Method Detail

derivative

UnivariateMatrixFunction derivative()
Deprecated. 
Returns the derivative of the function

Returns:
the derivative function


Copyright © 2016 CNES. All Rights Reserved.