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 Type
    Method
    Description
    Compute the function value and its Jacobian.
  • Method Details

    • value

      Compute the function value and its Jacobian.
      Parameters:
      point - the abscissae
      Returns:
      the values and their Jacobian of this vector valued function.