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)
UnivariateDifferentiableFunction
classes compute both the value and the first derivative of the function.
t
- function input valueMathIllegalArgumentException
- if t
does not
fulfill functions constraints (argument out of bound, or unsupported
derivative order for example)Copyright © 2021 CNES. All rights reserved.