shark::BiasSolver< Matrix > Class Template Reference

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

Public Types

typedef Matrix::QpFloatType QpFloatType
 

Public Member Functions

 BiasSolver (QpMcBoxDecomp< Matrix > *problem)
 
void solve (RealVector &bias, QpStoppingCondition &stop, QpSparseArray< QpFloatType > const &nu, bool sumToZero=false)
 

Detailed Description

template<class Matrix>
class shark::BiasSolver< Matrix >

Definition at line 639 of file QpMcBoxDecomp.h.

Member Typedef Documentation

§ QpFloatType

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

Definition at line 641 of file QpMcBoxDecomp.h.

Constructor & Destructor Documentation

§ BiasSolver()

template<class Matrix>
shark::BiasSolver< Matrix >::BiasSolver ( QpMcBoxDecomp< Matrix > *  problem)
inline

Definition at line 642 of file QpMcBoxDecomp.h.

Member Function Documentation

§ solve()


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