Interface MultivariateJacobianFunction
- All Known Subinterfaces:
ValueAndJacobianFunction
public interface MultivariateJacobianFunction
A interface for functions that compute a vector of values and can compute their
derivatives (Jacobian).
-
Method Summary
Modifier and TypeMethodDescriptionvalue
(RealVector point) Compute the function value and its Jacobian.