ocra-recipes
Doxygen documentation for the ocra-recipes repository
FcQuadraticFunction.h
Go to the documentation of this file.
1 #ifndef FC_QUADRATIC_FUNCTION_H
2 #define FC_QUADRATIC_FUNCTION_H
3 
4 
7 
13 namespace ocra
14 {
15 
17 {
18 public:
19 
21 
22  virtual ~FcQuadraticFunction();
23 
25 
26  void updateHessian() const;
27 
28  void updateq() const;
29 
30  void updater() const;
31 
32 };
33 
34 }
35 #endif
FcQuadraticFunction(ocra::Variable &x)
Variable & x
Definition: Function.h:309
Declaration file of the SquaredLinearFunction class.
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
This class represents a variable in a mathematical sense.
Definition: Variable.h:105
QuadraticFunction class.