Interface MultivariateDifferentiableVectorFunction
- All Superinterfaces:
MultivariateVectorFunction
public interface MultivariateDifferentiableVectorFunction extends MultivariateVectorFunction
Extension of
MultivariateVectorFunction representing a
multivariate differentiable vectorial function.- Since:
- 3.1
-
Method Summary
Modifier and Type Method Description DerivativeStructure[]value(DerivativeStructure[] point)Compute the value for the function at the given point.
-
Method Details
-
value
Compute the value for the function at the given point.- Parameters:
point- point at which the function must be evaluated- Returns:
- function value for the given point
- Throws:
MathIllegalArgumentException- ifpointdoes not satisfy the function's constraints (wrong dimension, argument out of bound, or unsupported derivative order for example)
-