shark::BiasSolverSimplex< Matrix > Class Template Reference

#include <shark/Algorithms/QP/QpMcSimplexDecomp.h>

Public Types

typedef Matrix::QpFloatType QpFloatType
 

Public Member Functions

 BiasSolverSimplex (QpMcSimplexDecomp< Matrix > *problem)
 
void solve (RealVector &bias, QpStoppingCondition &stop, QpSparseArray< QpFloatType > const &nu, bool sumToZero, QpSolutionProperties *prop=NULL)
 

Detailed Description

template<class Matrix>
class shark::BiasSolverSimplex< Matrix >

Definition at line 886 of file QpMcSimplexDecomp.h.

Member Typedef Documentation

◆ QpFloatType

template<class Matrix>
typedef Matrix::QpFloatType shark::BiasSolverSimplex< Matrix >::QpFloatType

Definition at line 888 of file QpMcSimplexDecomp.h.

Constructor & Destructor Documentation

◆ BiasSolverSimplex()

template<class Matrix>
shark::BiasSolverSimplex< Matrix >::BiasSolverSimplex ( QpMcSimplexDecomp< Matrix > *  problem)
inline

Definition at line 889 of file QpMcSimplexDecomp.h.

Member Function Documentation

◆ solve()


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