Interface UnivariateVectorialFunction

    • Method Detail

      • value

        double[] value​(double x)
                throws FunctionEvaluationException
        Compute the value for the function.
        Parameters:
        x - the point for which the function value should be computed
        Returns:
        the value
        Throws:
        FunctionEvaluationException - if the function evaluation fails