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.
|
valueDerivativeStructure 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 © 2025 CNES. All rights reserved.