1 #ifndef _OCRA_SUM_OF_LINEAR_FUNCTIONS_H_ 2 #define _OCRA_SUM_OF_LINEAR_FUNCTIONS_H_ 38 void checkThatFunctionsDimensionDoNotChange(
int timestamp);
41 typedef std::pair<LinearFunction*, double> weightedFunction_t;
43 std::vector<weightedFunction_t> _functions;
SumOfLinearFunctions & removeFunction(LinearFunction &f, double scale)
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
Declaration file of the LinearFunction class.
void doChangeA(const MatrixXd &A)
LinearFunction functionType_t
void updateJacobian() const
void doChangeb(const VectorXd &b)
SumOfLinearFunctions & addFunction(LinearFunction &f, double scale=1.)
void doUpdateInputSizeBegin()