liboctave: Objective Functions

 
 9.1 Objective Functions
 =======================
 
  -- : Objective (void)
  -- : Objective (const OBJECTIVE_FCN)
  -- : Objective (const OBJECTIVE_FCN, const GRADIENT_FCN)
  -- : Objective (const Objective &A)
 
  -- : Objective& operator = (const Objective &A)
 
  -- : objective_fcn objective_function (void) const;
 
  -- : Objective& set_objective_function (const OBJECTIVE_FCN)
 
  -- : gradient_fcn gradient_function (void) const;
 
  -- : Objective& set_gradient_function (const GRADIENT_FCN)