tsid  1.8.0
Efficient Task Space Inverse Dynamics for Multi-body Systems based on Pinocchio
tsid::python::SolverProxQPPythonVisitor< Solver > Struct Template Reference

#include <tsid/bindings/python/solvers/solver-proxqp.hpp>

Inheritance diagram for tsid::python::SolverProxQPPythonVisitor< Solver >:
Collaboration diagram for tsid::python::SolverProxQPPythonVisitor< Solver >:

Public Member Functions

template<class PyClass >
void visit (PyClass &cl) const
 

Static Public Member Functions

static void resize (Solver &self, unsigned int n, unsigned int neq, unsigned int nin)
 
static solvers::HQPOutput solve (Solver &self, const solvers::HQPData &problemData)
 
static solvers::HQPOutput solver_helper (Solver &self, HQPDatas &HQPDatas)
 
static solvers::QPData retrieveQPData (Solver &self, HQPDatas &HQPDatas)
 
static void expose (const std::string &class_name)
 

Member Function Documentation

◆ expose()

template<typename Solver >
static void tsid::python::SolverProxQPPythonVisitor< Solver >::expose ( const std::string &  class_name)
inlinestatic

◆ resize()

template<typename Solver >
static void tsid::python::SolverProxQPPythonVisitor< Solver >::resize ( Solver &  self,
unsigned int  n,
unsigned int  neq,
unsigned int  nin 
)
inlinestatic

◆ retrieveQPData()

template<typename Solver >
static solvers::QPData tsid::python::SolverProxQPPythonVisitor< Solver >::retrieveQPData ( Solver &  self,
HQPDatas HQPDatas 
)
inlinestatic

◆ solve()

template<typename Solver >
static solvers::HQPOutput tsid::python::SolverProxQPPythonVisitor< Solver >::solve ( Solver &  self,
const solvers::HQPData problemData 
)
inlinestatic

◆ solver_helper()

template<typename Solver >
static solvers::HQPOutput tsid::python::SolverProxQPPythonVisitor< Solver >::solver_helper ( Solver &  self,
HQPDatas HQPDatas 
)
inlinestatic

◆ visit()

template<typename Solver >
template<class PyClass >
void tsid::python::SolverProxQPPythonVisitor< Solver >::visit ( PyClass &  cl) const
inline

The documentation for this struct was generated from the following file: