Interface FunctionND

    • Method Detail

      • getValue

        double[] getValue​(double[] x)
        Parameters:
        x - input parameter array
        Returns:
        array of function values
      • getValue

        double getValue​(double[] x,
                        int i)
        Parameters:
        x - input parameter array
        i - output index
        Returns:
        value of function