Interface ValueAndJacobianFunction
- All Superinterfaces:
MultivariateJacobianFunction
A interface for functions that compute a vector of values and can compute their
derivatives (Jacobian).
-
Method Summary
Modifier and TypeMethodDescriptioncomputeJacobian
(double[] params) Compute the Jacobian.computeValue
(double[] params) Compute the value.Methods inherited from interface org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction
value