Interface UnivariateDifferentiableVectorFunction
- All Superinterfaces:
UnivariateVectorFunction
- All Known Implementing Classes:
HermiteInterpolator
public interface UnivariateDifferentiableVectorFunction extends UnivariateVectorFunction
Extension of
UnivariateVectorFunction representing a univariate differentiable vectorial function.- Since:
- 3.1
-
Method Summary
Modifier and Type Method Description DerivativeStructure[]value(DerivativeStructure x)Compute the value for the function.
-
Method Details
-
value
Compute the value for the function.- Parameters:
x- the point for which the function value should be computed- Returns:
- the value
- Throws:
MathIllegalArgumentException- ifxdoes not satisfy the function's constraints (argument out of bound, or unsupported derivative order for example)
-