Documentation of 'com.joptimizer.functions.TwiceDifferentiableMultivariateRealFunction' Java class
TwiceDifferentiableMultivariateRealFunction
com.joptimizer.functions

Interface TwiceDifferentiableMultivariateRealFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getDim()
      Dimension of the function argument.
      double[] gradient(double[] X)
      Function gradient at point X.
      double[][] hessian(double[] X)
      Function hessian at point X.
      double value(double[] X)
      Evaluation of the function at point X.
    • Method Detail

      • value

        double value(double[] X)
        Evaluation of the function at point X.
      • gradient

        double[] gradient(double[] X)
        Function gradient at point X.
      • hessian

        double[][] hessian(double[] X)
        Function hessian at point X.
      • getDim

        int getDim()
        Dimension of the function argument.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.