Classes | |
| class | aligned_pair |
| class | HQPOutput |
| struct | QPDataBaseTpl |
| struct | QPDataQuadProgTpl |
| struct | QPDataTpl |
| class | SolverHQPBase |
| Abstract interface for a Quadratic Program (HQP) solver. More... | |
| struct | SolverHQPFactory |
| class | SolverHQpmad |
| Implementation of Quadratic Program (HQP) solver using qpmad. More... | |
| class | SolverHQuadProg |
| Abstract interface for a Quadratic Program (HQP) solver. More... | |
| class | SolverHQuadProgFast |
| class | SolverHQuadProgRT |
| class | SolverOSQP |
| class | SolverProxQP |
Typedefs | |
| typedef pinocchio::container::aligned_vector< aligned_pair< double, std::shared_ptr< const math::ConstraintBase > > > | ConstConstraintLevel |
| typedef pinocchio::container::aligned_vector< ConstConstraintLevel > | ConstHQPData |
| typedef pinocchio::container::aligned_vector< aligned_pair< double, std::shared_ptr< math::ConstraintBase > > > | ConstraintLevel |
| typedef pinocchio::container::aligned_vector< ConstraintLevel > | HQPData |
| typedef QPDataTpl< double > | QPData |
| typedef QPDataBaseTpl< double > | QPDataBase |
| typedef QPDataQuadProgTpl< double > | QPDataQuadProg |
Functions | |
| std::string | HQPDataToString (const HQPData &data, bool printMatrices=false) |
| template<typename T1 , typename T2 > | |
| aligned_pair< T1, T2 > | make_pair (const T1 &t1, const T2 &t2) |
Variables | |
| class TSID_DLLAPI | SolverHQPBase |
| template<int nVars, int nEqCon, int nIneqCon> | |
| class TSID_DLLAPI | SolverHQuadProgRT |
| typedef pinocchio::container::aligned_vector< aligned_pair<double, std::shared_ptr<const math::ConstraintBase> > > tsid::solvers::ConstConstraintLevel |
Definition at line 98 of file solvers/fwd.hpp.
Definition at line 100 of file solvers/fwd.hpp.
| typedef pinocchio::container::aligned_vector< aligned_pair<double, std::shared_ptr<math::ConstraintBase> > > tsid::solvers::ConstraintLevel |
Definition at line 95 of file solvers/fwd.hpp.
Definition at line 99 of file solvers/fwd.hpp.
| typedef QPDataTpl<double> tsid::solvers::QPData |
Definition at line 102 of file solvers/fwd.hpp.
| typedef QPDataBaseTpl<double> tsid::solvers::QPDataBase |
Definition at line 103 of file solvers/fwd.hpp.
| typedef QPDataQuadProgTpl<double> tsid::solvers::QPDataQuadProg |
Definition at line 104 of file solvers/fwd.hpp.
| std::string tsid::solvers::HQPDataToString | ( | const HQPData & | data, |
| bool | printMatrices = false |
||
| ) |
Definition at line 26 of file src/solvers/utils.cpp.
|
inline |
Definition at line 89 of file solvers/fwd.hpp.
| class TSID_DLLAPI tsid::solvers::SolverHQPBase |
Definition at line 72 of file solvers/fwd.hpp.
| class TSID_DLLAPI tsid::solvers::SolverHQuadProgRT |
Definition at line 75 of file solvers/fwd.hpp.