Interface Mapqn_nlp_solver.GradientFn

Enclosing class:
Mapqn_nlp_solver

public static interface Mapqn_nlp_solver.GradientFn
Objective gradient at x, accumulated into gradOut (pre-zeroed by the caller).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(double[] x, double[] gradOut)
     
  • Method Details

    • apply

      void apply(double[] x, double[] gradOut)