#include <solver-HQP-output.hpp>
Public Types | |
typedef math::VectorXi | VectorXi |
Public Member Functions | |
HQPOutput () | |
number of iterations performed by the solver More... | |
HQPOutput (unsigned int nVars, unsigned int nEqCon, unsigned int nInCon) | |
void | resize (unsigned int nVars, unsigned int nEqCon, unsigned int nInCon) |
Public Attributes | |
VectorXi | activeSet |
Lagrange multipliers. More... | |
int | iterations |
indexes of active inequalities More... | |
Vector | lambda |
solution More... | |
HQPStatus | status |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector | Vector |
Vector | x |
solver status More... | |
Definition at line 29 of file solver-HQP-output.hpp.
Definition at line 34 of file solver-HQP-output.hpp.
|
inline |
number of iterations performed by the solver
Definition at line 42 of file solver-HQP-output.hpp.
|
inline |
Definition at line 44 of file solver-HQP-output.hpp.
|
inline |
Definition at line 48 of file solver-HQP-output.hpp.
VectorXi tsid::solvers::HQPOutput::activeSet |
Lagrange multipliers.
Definition at line 39 of file solver-HQP-output.hpp.
int tsid::solvers::HQPOutput::iterations |
indexes of active inequalities
Definition at line 40 of file solver-HQP-output.hpp.
Vector tsid::solvers::HQPOutput::lambda |
solution
Definition at line 38 of file solver-HQP-output.hpp.
HQPStatus tsid::solvers::HQPOutput::status |
Definition at line 36 of file solver-HQP-output.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector tsid::solvers::HQPOutput::Vector |
Definition at line 33 of file solver-HQP-output.hpp.
Vector tsid::solvers::HQPOutput::x |
solver status
Definition at line 37 of file solver-HQP-output.hpp.