Class GradientFunction

java.lang.Object
org.hipparchus.analysis.differentiation.GradientFunction
All Implemented Interfaces:
MultivariateVectorFunction

public class GradientFunction extends Object implements MultivariateVectorFunction
Class representing the gradient of a multivariate function.

The vectorial components of the function represent the derivatives with respect to each function parameters.

  • Constructor Details

  • Method Details

    • value

      public double[] value(double[] point)
      Compute the value for the function at the given point.
      Specified by:
      value in interface MultivariateVectorFunction
      Parameters:
      point - point at which the function must be evaluated
      Returns:
      function value for the given point