public interface UnivariateDifferentiableFunction extends UnivariateFunction
This interface represents a simple function which computes both the value and the first derivative of a mathematical function. The derivative is computed with respect to the input variable.
UnivariateDifferentiableFunction
,
UnivariateFunctionDifferentiator
Modifier and Type | Method and Description |
---|---|
DerivativeStructure |
value(DerivativeStructure t)
Simple mathematical function.
|
value
DerivativeStructure value(DerivativeStructure t) throws DimensionMismatchException
UnivariateDifferentiableFunction
classes compute both the
value and the first derivative of the function.
t
- function input valueDimensionMismatchException
- if t is inconsistent with the
function's free parameters or orderCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.