org.apache.commons.math3.analysis
Interface DifferentiableUnivariateFunction

All Superinterfaces:
UnivariateFunction
All Known Implementing Classes:
Acos, Acosh, Asin, Asinh, Atan, Atanh, Cbrt, Constant, Cos, Cosh, Exp, Expm1, Gaussian, HarmonicOscillator, Identity, Inverse, Log, Log10, Log1p, Logistic, Logit, Minus, PolynomialFunction, PolynomialSplineFunction, Power, Sigmoid, Sin, Sinc, Sinh, Sqrt, Tan, Tanh

Deprecated. as of 3.1 replaced by UnivariateDifferentiableFunction

@Deprecated
public interface DifferentiableUnivariateFunction
extends UnivariateFunction

Extension of UnivariateFunction representing a differentiable univariate real function.

Version:
$Id: DifferentiableUnivariateFunction.java 7721 2013-02-14 14:07:13Z CardosoP $

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

Method Detail

derivative

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

Returns:
the derivative function


Copyright © 2016 CNES. All Rights Reserved.