Documentation of 'org.apache.commons.math3.analysis.differentiation.GradientFunction' Java class
GradientFunction
org.apache.commons.math3.analysis.differentiation

Class GradientFunction

  • All Implemented Interfaces:
    MultivariateVectorFunction


    public class GradientFunction
    extends java.lang.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.

    Since:
    3.1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] value(double[] point)
      Compute the value for the function at the given point.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.