#include <tsid/solvers/solver-HQP-output.hpp>
|
| | 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) |
| |
◆ VectorXi
◆ HQPOutput() [1/2]
| tsid::solvers::HQPOutput::HQPOutput |
( |
| ) |
|
|
inline |
number of iterations performed by the solver
◆ HQPOutput() [2/2]
| tsid::solvers::HQPOutput::HQPOutput |
( |
unsigned int |
nVars, |
|
|
unsigned int |
nEqCon, |
|
|
unsigned int |
nInCon |
|
) |
| |
|
inline |
◆ resize()
| void tsid::solvers::HQPOutput::resize |
( |
unsigned int |
nVars, |
|
|
unsigned int |
nEqCon, |
|
|
unsigned int |
nInCon |
|
) |
| |
|
inline |
◆ activeSet
| VectorXi tsid::solvers::HQPOutput::activeSet |
◆ iterations
| int tsid::solvers::HQPOutput::iterations |
indexes of active inequalities
◆ lambda
| Vector tsid::solvers::HQPOutput::lambda |
◆ status
| HQPStatus tsid::solvers::HQPOutput::status |
◆ Vector
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector tsid::solvers::HQPOutput::Vector |
| Vector tsid::solvers::HQPOutput::x |
The documentation for this class was generated from the following file: