Package smile.math

Interface MultivariateFunction

  • All Known Subinterfaces:
    DifferentiableMultivariateFunction

    public interface MultivariateFunction
    An interface representing a multivariate real function.
    Author:
    Haifeng Li
    • Method Detail

      • f

        double f​(double[] x)
        Compute the value of the function at x.