Interface FunctionMVIfc


  • public interface FunctionMVIfc
    FunctionIfc is an interface for mathematical functions of multiple variables, that is functions of the form f(x) where x is a vector.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double fx​(double[] x)
      Returns the value of the function for the specified variable value.
    • Method Detail

      • fx

        double fx​(double[] x)
        Returns the value of the function for the specified variable value.