18 #ifndef __invdyn_solvers_hqp_output_hpp__ 19 #define __invdyn_solvers_hqp_output_hpp__ 31 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
44 HQPOutput(
unsigned int nVars,
unsigned int nEqCon,
unsigned int nInCon) {
45 resize(nVars, nEqCon, nInCon);
48 void resize(
unsigned int nVars,
unsigned int nEqCon,
unsigned int nInCon) {
50 lambda.resize(nEqCon + nInCon);
51 activeSet.resize(nInCon);
57 #endif // ifndef __invdyn_solvers_hqp_output_hpp__
void resize(unsigned int nVars, unsigned int nEqCon, unsigned int nInCon)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
HQPOutput(unsigned int nVars, unsigned int nEqCon, unsigned int nInCon)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector Vector
HQPOutput()
number of iterations performed by the solver
VectorXi activeSet
Lagrange multipliers.
int iterations
indexes of active inequalities