Class GradientFunction

    • 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