Interface MultivariateFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double value​(double[] point)
      Compute the value for the function at the given point.
    • Method Detail

      • value

        double value​(double[] point)
        Compute the value for the function at the given point.
        Parameters:
        point - Point at which the function must be evaluated.
        Returns:
        the function value for the given point.
        Throws:
        MathIllegalArgumentException - if the parameter's dimension is wrong for the function being evaluated.
        MathIllegalArgumentException - when the activated method itself can ascertain that preconditions, specified in the API expressed at the level of the activated method, have been violated. In the vast majority of cases where Hipparchus throws this exception, it is the result of argument checking of actual parameters immediately passed to a method.