Interface MultivariateDifferentiableFunction
- All Superinterfaces:
MultivariateFunction
Extension of
MultivariateFunction
representing a
multivariate differentiable real function.-
Method Summary
Modifier and TypeMethodDescriptionvalue
(DerivativeStructure[] point) Compute the value for the function at the given point.Methods inherited from interface org.hipparchus.analysis.MultivariateFunction
value
-
Method Details
-
value
Compute the value for the function at the given point.- Parameters:
point
- Point at which the function must be evaluated.- Returns:
- the function value for the given point.
- Throws:
MathIllegalArgumentException
- ifpoint
does not satisfy the function's constraints (wrong dimension, argument out of bound, or unsupported derivative order for example)
-